Skip to content

Commit 74500d9

Browse files
committed
Merge branch 'main' into release-2.0.0
2 parents 72f0adf + fd9f392 commit 74500d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/python/sdk-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ asyncio.run(main())
217217

218218
```
219219

220-
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.
220+
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.
221221

222222
```python
223223
async def main():

0 commit comments

Comments
 (0)