Skip to content

Commit

Permalink
chore: fix typo (#1304)
Browse files Browse the repository at this point in the history
  • Loading branch information
Undertone0809 authored and stainless-bot committed Apr 10, 2024
1 parent 0cbce3f commit 1129082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/openai/_utils/_proxy.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1129082

Please sign in to comment.