diff --git a/src/anthropic/_utils/_proxy.py b/src/anthropic/_utils/_proxy.py index b9c12dc3..c46a62a6 100644 --- a/src/anthropic/_utils/_proxy.py +++ b/src/anthropic/_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