Skip to content

Commit fd9f392

Browse files
authored
Merge pull request #931 from planetlabs/revert-930-final-global-doc-checklist-547
Revert "typo patch"
2 parents 86163ac + c9b448b commit fd9f392

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)