Skip to content

Commit 99536e0

Browse files
chore: fix typo (#347)
1 parent 8c202a2 commit 99536e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/finch/_utils/_proxy.py

Lines changed: 1 addition & 1 deletion
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)