mirror of https://github.com/python/cpython.git
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
ac005ea860
commit
f6c46b4852
|
@ -578,7 +578,7 @@ def IsCoreBinding(self, virtualEvent):
|
|||
"""
|
||||
return ('<<'+virtualEvent+'>>') in self.GetCoreKeys()
|
||||
|
||||
# TODO make keyBindins a file or class attribute used for test above
|
||||
# TODO make keyBindings a file or class attribute used for test above
|
||||
# and copied in function below.
|
||||
|
||||
former_extension_events = { # Those with user-configurable keys.
|
||||
|
|
|
@ -1530,7 +1530,7 @@ def test_sigchld_child_reaped_elsewhere(self, m_waitpid):
|
|||
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…
Reference in New Issue