Skip to content

Commit 849af4c

Browse files
authored
Fix typo: dispoose -> dispose (#34)
1 parent 982a9c7 commit 849af4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

expression/system/disposable.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
class Disposable(ABC):
1313
"""A disposable class with a context manager. Must implement the
14-
dispose method. Will dispoose on exit."""
14+
dispose method. Will dispose on exit."""
1515

1616
@abstractmethod
1717
def dispose(self) -> None:

0 commit comments

Comments
 (0)