Skip to content

Commit

Permalink
docs: fix code comment typo (#790)
Browse files Browse the repository at this point in the history
specifc -> specific
  • Loading branch information
eltociear authored and stainless-bot committed Nov 15, 2023
1 parent 7758c54 commit 71d3172
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/openai/_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ def construct(
if not PYDANTIC_V2:
# we define aliases for some of the new pydantic v2 methods so
# that we can just document these methods without having to specify
# a specifc pydantic version as some users may not know which
# a specific pydantic version as some users may not know which
# pydantic version they are currently using

@override
Expand Down

0 comments on commit 71d3172

Please sign in to comment.