From 6550a30fdcb6fd1140a77d7282c20a6d50ae5729 Mon Sep 17 00:00:00 2001 From: luzpaz Date: Wed, 30 Mar 2022 13:06:09 -0400 Subject: [PATCH] Fix source comment typo (#7567) Found downstream in mypy --- stdlib/asyncio/unix_events.pyi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stdlib/asyncio/unix_events.pyi b/stdlib/asyncio/unix_events.pyi index b8c569b10..78d87dc4e 100644 --- a/stdlib/asyncio/unix_events.pyi +++ b/stdlib/asyncio/unix_events.pyi @@ -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