mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
[3.12] Backport idlelib typos (#124324)
See https://github.com/python/cpython/pull/123597.
(cherry picked from commit 1f4a49e
)
Co-authored-by: abstractee
This commit is contained in:
parent
cf39a5f22c
commit
7d505fecc9
4 changed files with 4 additions and 4 deletions
|
@ -914,7 +914,7 @@ class EditorWindow:
|
|||
def ApplyKeybindings(self):
|
||||
"""Apply the virtual, configurable keybindings.
|
||||
|
||||
Alse update hotkeys to current keyset.
|
||||
Also update hotkeys to current keyset.
|
||||
"""
|
||||
# Called from configdialog.activate_config_changes.
|
||||
self.mainmenu.default_keydefs = keydefs = idleConf.GetCurrentKeySet()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue