Skip to content

Commit 8407a27

Browse files
authored
docs: fix code comment typo (#790)
specifc -> specific
1 parent bd8e32a commit 8407a27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/openai/_models.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ def construct(
149149
if not PYDANTIC_V2:
150150
# we define aliases for some of the new pydantic v2 methods so
151151
# that we can just document these methods without having to specify
152-
# a specifc pydantic version as some users may not know which
152+
# a specific pydantic version as some users may not know which
153153
# pydantic version they are currently using
154154

155155
@override

0 commit comments

Comments
 (0)