Skip to content

Commit e7b908c

Browse files
docs: more typo fixes (#1998)
1 parent 3d92ba9 commit e7b908c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ completion = response.parse() # get the object that `chat.completions.create()`
394394
print(completion)
395395
```
396396

397-
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.
397+
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.
398398

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

0 commit comments

Comments
 (0)