Skip to content

Commit 1129082

Browse files
Undertone0809stainless-bot
authored andcommitted
chore: fix typo (#1304)
1 parent 0cbce3f commit 1129082

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/openai/_utils/_proxy.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
class LazyProxy(Generic[T], ABC):
1111
"""Implements data methods to pretend that an instance is another instance.
1212
13-
This includes forwarding attribute access and othe methods.
13+
This includes forwarding attribute access and other methods.
1414
"""
1515

1616
# Note: we have to special case proxies that themselves return proxies

0 commit comments

Comments
 (0)