Skip to content

Commit 496db14

Browse files
stainless-app[bot]stainless-bot
authored andcommitted
chore: fix typo (#347)
1 parent 8c202a2 commit 496db14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/finch/_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)