We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e636328 commit c2309d2Copy full SHA for c2309d2
src/finch/_utils/_proxy.py
@@ -10,7 +10,7 @@
10
class LazyProxy(Generic[T], ABC):
11
"""Implements data methods to pretend that an instance is another instance.
12
13
- This includes forwarding attribute access and othe methods.
+ This includes forwarding attribute access and other methods.
14
"""
15
16
# Note: we have to special case proxies that themselves return proxies
0 commit comments