From 1129082955f98d76c0927781ef9e7d0beeda2ec4 Mon Sep 17 00:00:00 2001 From: Zeeland Date: Wed, 10 Apr 2024 18:25:42 +0800 Subject: [PATCH] chore: fix typo (#1304) --- src/openai/_utils/_proxy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/openai/_utils/_proxy.py b/src/openai/_utils/_proxy.py index b9c12dc3f4..c46a62a698 100644 --- a/src/openai/_utils/_proxy.py +++ b/src/openai/_utils/_proxy.py @@ -10,7 +10,7 @@ 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