8000 gh-95597: Fix typo in Lib directory files (GH-95599) · python/cpython@1ed023b · GitHub
[go: up one dir, main page]

Skip to content

Commit 1ed023b

Browse files
gh-95597: Fix typo in Lib directory files (GH-95599)
(cherry picked from commit b53aed7) Co-authored-by: Jo, Yunjin <black33jo@gmail.com>
1 parent 1016df0 commit 1ed023b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Lib/idlelib/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,7 @@ def IsCoreBinding(self, virtualEvent):
578578
"""
579579
return ('<<'+virtualEvent+'>>') in self.GetCoreKeys()
580580

581-
# TODO make keyBindins a file or class attribute used for test above
581+
# TODO make keyBindings a file or class attribute used for test above
582582
# and copied in function below.
583583

584584
former_extension_events = { # Those with user-configurable keys.

Lib/test/test_asyncio/test_unix_events.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1530,7 +1530,7 @@ def test_sigchld_child_reaped_elsewhere(self, m_waitpid):
15301530
self.watcher._sig_chld()
15311531

15321532
if isinstance(self.watcher, asyncio.FastChildWatcher):
1533-
# here the FastChildWatche enters a deadlock
1533+
# here the FastChildWatcher enters a deadlock
15341534
# (there is no way to prevent it)
15351535
self.assertFalse(callback.called)
15361536
else:

0 commit comments

Comments
 (0)
0