We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c202a2 commit 99536e0Copy full SHA for 99536e0
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