Commit 35afd503

Zeeland <zeeland4work@gmail.com>
2024-04-10 18:25:42
chore: fix typo (#1304)
1 parent 0cbce3f
Changed files (1)
src
openai
_utils
src/openai/_utils/_proxy.py
@@ -10,7 +10,7 @@ T = TypeVar("T")
 class LazyProxy(Generic[T], ABC):
     """Implements data methods to pretend that an instance is another instance.
 
-    This includes forwarding attribute access and othe methods.
+    This includes forwarding attribute access and other methods.
     """
 
     # Note: we have to special case proxies that themselves return proxies