Fix source comment typo (#7567)

Found downstream in mypy
This commit is contained in:
luzpaz
2022-03-30 13:06:09 -04:00
committed by GitHub
parent 9687d53b65
commit 6550a30fdc

View File

@@ -11,7 +11,7 @@ from .events import AbstractEventLoop, BaseDefaultEventLoopPolicy, _ProtocolFact
from .selector_events import BaseSelectorEventLoop
# This is also technically not available on Win,
# but other parts of typeshed need this defintion.
# but other parts of typeshed need this definition.
# So, it is special cased.
class AbstractChildWatcher:
@abstractmethod