diff options
author | abstractee <48130041+abstractee@users.noreply.github.com> | 2024-09-03 00:20:40 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-03 00:20:40 (GMT) |
commit | 1f4a49ea53516e7ff177beedc09a1e4439b3be1f (patch) | |
tree | c6aebbf8b1875231a21c667e16d3168111e672bd /Lib/idlelib/editor.py | |
parent | 33b790978d8b817a66a4a117a8c38a857b6103f0 (diff) | |
download | cpython-1f4a49ea53516e7ff177beedc09a1e4439b3be1f.zip cpython-1f4a49ea53516e7ff177beedc09a1e4439b3be1f.tar.gz cpython-1f4a49ea53516e7ff177beedc09a1e4439b3be1f.tar.bz2 |
Fix typos in warnings, docstrings, comments and text files (#123597)
Diffstat (limited to 'Lib/idlelib/editor.py')
-rw-r--r-- | Lib/idlelib/editor.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/idlelib/editor.py b/Lib/idlelib/editor.py index 7bfa093..c76db20 100644 --- a/Lib/idlelib/editor.py +++ b/Lib/idlelib/editor.py @@ -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() |