From 2e2e4d02128c98925f8819aee3ba3d33ecac6144 Mon Sep 17 00:00:00 2001 From: JuLee Burdekin Date: Mon, 17 Apr 2023 08:53:46 -0700 Subject: [PATCH] typo patch --- docs/python/sdk-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/python/sdk-guide.md b/docs/python/sdk-guide.md index d9e58fc3..522537e3 100644 --- a/docs/python/sdk-guide.md +++ b/docs/python/sdk-guide.md @@ -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 create and 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 generate an order. ```python async def main():