mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
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:
parent
1016df0a23
commit
1ed023b7c0
2 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue