Commit 71d31723

Ikko Eltociear Ashimine <eltociear@gmail.com>
2023-11-14 18:03:55
docs: fix code comment typo (#790)
specifc -> specific
1 parent 7758c54
Changed files (1)
src
openai
src/openai/_models.py
@@ -149,7 +149,7 @@ class BaseModel(pydantic.BaseModel):
     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