Skip to content

Commit

Permalink
Merge branch 'main' into release-2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jreiberkyle committed Apr 17, 2023
2 parents 72f0adf + fd9f392 commit 74500d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/python/sdk-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ asyncio.run(main())

```

So given the order object created with the call to `create_request()`, [above](#create-an-order-request), the following code creates an Orders API client and uses that client to generate an order.
So given the order object created with the call to `create_request()`, [above](#create-an-order-request), the following code creates an Orders API client and uses that client to create and order.

```python
async def main():
Expand Down

0 comments on commit 74500d9

Please sign in to comment.