From c9b448b51876a80b229b7c4e1aa0dab42108da68 Mon Sep 17 00:00:00 2001 From: Jennifer Reiber Kyle Date: Mon, 17 Apr 2023 10:22:12 -0700 Subject: [PATCH] Revert "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 522537e34..d9e58fc3b 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 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():