From f37fa3b06f7ea90f48cb500ae07b47001feb13cc Mon Sep 17 00:00:00 2001 From: Stainless Bot Date: Wed, 8 Jan 2025 14:08:18 +0000 Subject: [PATCH] docs: more typo fixes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 46e71ce427..ea8a23e74c 100644 --- a/README.md +++ b/README.md @@ -394,7 +394,7 @@ completion = response.parse() # get the object that `chat.completions.create()` print(completion) ``` -These methods return a [`LegagcyAPIResponse`](https://github.com/openai/openai-python/tree/main/src/openai/_legacy_response.py) object. This is a legacy class as we're changing it slightly in the next major version. +These methods return a [`LegacyAPIResponse`](https://github.com/openai/openai-python/tree/main/src/openai/_legacy_response.py) object. This is a legacy class as we're changing it slightly in the next major version. For the sync client this will mostly be the same with the exception of `content` & `text` will be methods instead of properties. In the