mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
gh-95597: Fix typo in Lib directory files (#95599)
This commit is contained in:
parent
6bde34000d
commit
b53aed76d2
2 changed files with 2 additions and 2 deletions
|
@ -578,7 +578,7 @@ class IdleConf:
|
||||||
"""
|
"""
|
||||||
return ('<<'+virtualEvent+'>>') in self.GetCoreKeys()
|
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.
|
# and copied in function below.
|
||||||
|
|
||||||
former_extension_events = { # Those with user-configurable keys.
|
former_extension_events = { # Those with user-configurable keys.
|
||||||
|
|
|
@ -1531,7 +1531,7 @@ class ChildWatcherTestsMixin:
|
||||||
self.watcher._sig_chld()
|
self.watcher._sig_chld()
|
||||||
|
|
||||||
if isinstance(self.watcher, asyncio.FastChildWatcher):
|
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)
|
# (there is no way to prevent it)
|
||||||
self.assertFalse(callback.called)
|
self.assertFalse(callback.called)
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue