[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:
Terry Jan Reedy 2024-09-22 21:57:36 -04:00 committed by GitHub
parent cf39a5f22c
commit 7d505fecc9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View file

@ -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()