summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_asyncio/test_unix_events.py
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2022-08-03 21:50:10 (GMT)
committerGitHub <noreply@github.com>2022-08-03 21:50:10 (GMT)
commitf6c46b4852cbf351e3aaa67ce9edcfb17803562e (patch)
treed01db35b96e6b8ed6051efc492925ad960cb6f7e /Lib/test/test_asyncio/test_unix_events.py
parentac005ea8606e34c71b9a6a84ff4fd5d688422bd0 (diff)
downloadcpython-f6c46b4852cbf351e3aaa67ce9edcfb17803562e.zip
cpython-f6c46b4852cbf351e3aaa67ce9edcfb17803562e.tar.gz
cpython-f6c46b4852cbf351e3aaa67ce9edcfb17803562e.tar.bz2
gh-95597: Fix typo in Lib directory files (GH-95599)
(cherry picked from commit b53aed76d26419fc7449c358c6035c9afe055e16) Co-authored-by: Jo, Yunjin <black33jo@gmail.com>
Diffstat (limited to 'Lib/test/test_asyncio/test_unix_events.py')
-rw-r--r--Lib/test/test_asyncio/test_unix_events.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_asyncio/test_unix_events.py b/Lib/test/test_asyncio/test_unix_events.py
index 2f68459..1d92278 100644
--- a/Lib/test/test_asyncio/test_unix_events.py
+++ b/Lib/test/test_asyncio/test_unix_events.py
@@ -1530,7 +1530,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: