We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd8e32a commit 8407a27Copy full SHA for 8407a27
src/openai/_models.py
@@ -149,7 +149,7 @@ def construct(
149
if not PYDANTIC_V2:
150
# we define aliases for some of the new pydantic v2 methods so
151
# that we can just document these methods without having to specify
152
- # a specifc pydantic version as some users may not know which
+ # a specific pydantic version as some users may not know which
153
# pydantic version they are currently using
154
155
@override
0 commit comments