Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 7bd92f0

Browse files
stainless-app[bot]stainless-bot
authored andcommittedJan 8, 2025·
docs: more typo fixes (#1998)
1 parent 714aed9 commit 7bd92f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,7 @@ completion = response.parse() # get the object that `chat.completions.create()`
611611
print(completion)
612612
```
613613

614-
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.
614+
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.
615615

616616
For the sync client this will mostly be the same with the exception
617617
of `content` & `text` will be methods instead of properties. In the

0 commit comments

Comments
 (0)
Please sign in to comment.