Skip to content

Commit 72f0adf

Browse files
authored
Merge pull request #932 from planetlabs/final-global-doc-checklist-547
typo patch
2 parents 00287f9 + 2e2e4d0 commit 72f0adf

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 create and 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 generate an order.
221221

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

0 commit comments

Comments
 (0)