gh-95597: Fix typo in Lib directory files (GH-95599)

(cherry picked from commit b53aed76d2)

Co-authored-by: Jo, Yunjin <black33jo@gmail.com>
This commit is contained in:
Miss Islington (bot) 2022-08-03 14:43:01 -07:00 committed by GitHub
parent 1016df0a23
commit 1ed023b7c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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: