From 1dfac27dffbe771f9d88bd1726f7362ce0341437 Mon Sep 17 00:00:00 2001 From: "Gregory P. Smith" Date: Wed, 20 Oct 2021 09:17:52 -0700 Subject: Cleanup a couple of comments left on PR 28775 post-merge. (GH-29079) --- Lib/asyncio/unix_events.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/asyncio') diff --git a/Lib/asyncio/unix_events.py b/Lib/asyncio/unix_events.py index 4cef914b9f..c88b818de6 100644 --- a/Lib/asyncio/unix_events.py +++ b/Lib/asyncio/unix_events.py @@ -1379,7 +1379,7 @@ class ThreadedChildWatcher(AbstractChildWatcher): def remove_child_handler(self, pid): # asyncio never calls remove_child_handler() !!! # The method is no-op but is implemented because - # abstract base classes requires it + # abstract base classes require it. return True def attach_loop(self, loop): -- cgit v1.2.1