mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +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
ac005ea860
commit
f6c46b4852
2 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue