mirror of
https://github.com/python/cpython.git
synced 2025-08-01 07:33:08 +00:00
[3.13] Backport idlelib typos (#124325)
See #123597. The typo in Icon/README.txt was fixed
in the unmerged 3.13 backport #123608 of the
PR that added the text with the typo.
(cherry picked from commit 1f4a49e
)
Co-authored-by: abstractee
This commit is contained in:
parent
845e039999
commit
2df77c8daf
3 changed files with 3 additions and 3 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