Skip to content

Commit 1978390

Browse files
committed
spell
1 parent 96d3c79 commit 1978390

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proxy/http/descriptors.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class DescriptorsHandlerMixin:
1919
becomes complaint with core event loop."""
2020

2121
def __init__(self, *args: Any, **kwargs: Any) -> None:
22-
# FIXME: Required for multi-level inheritence to work
22+
# FIXME: Required for multi-level inheritance to work
2323
super().__init__(*args, **kwargs) # type: ignore
2424

2525
# @abstractmethod

0 commit comments

Comments
 (0)