From b53aed76d26419fc7449c358c6035c9afe055e16 Mon Sep 17 00:00:00 2001 From: "Jo, Yunjin" Date: Thu, 4 Aug 2022 06:16:15 +0900 Subject: gh-95597: Fix typo in Lib directory files (#95599) --- Lib/test/test_asyncio/test_unix_events.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/test/test_asyncio/test_unix_events.py') diff --git a/Lib/test/test_asyncio/test_unix_events.py b/Lib/test/test_asyncio/test_unix_events.py index 9918165909f..5bad21ecbae 100644 --- a/Lib/test/test_asyncio/test_unix_events.py +++ b/Lib/test/test_asyncio/test_unix_events.py @@ -1531,7 +1531,7 @@ class ChildWatcherTestsMixin: self.watcher._sig_chld() if isinstance(self.watcher, asyncio.FastChildWatcher): - # here the FastChildWatche enters a deadlock + # here the FastChildWatcher enters a deadlock # (there is no way to prevent it) self.assertFalse(callback.called) else: -- cgit v1.2.3