From ccb10ee2d6561e734e9a24dc8a9d5c1ccff33be5 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Sun, 12 Nov 2023 11:23:45 +0900 Subject: [PATCH] fix(models): typo in _models.py specifc -> specific --- src/openai/_models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/openai/_models.py b/src/openai/_models.py index ebaef99454..6d5aad5963 100644 --- a/src/openai/_models.py +++ b/src/openai/_models.py @@ -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