diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2022-08-03 21:43:01 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-03 21:43:01 (GMT) |
commit | 1ed023b7c09efe339817f0a0effca6a605f5d0a3 (patch) | |
tree | 9a70fbacce523f1a113cfdfde8079dfd6bbdee30 /Lib/idlelib/config.py | |
parent | 1016df0a23f185bb107d6ee0e4700c4f93f49042 (diff) | |
download | cpython-1ed023b7c09efe339817f0a0effca6a605f5d0a3.zip cpython-1ed023b7c09efe339817f0a0effca6a605f5d0a3.tar.gz cpython-1ed023b7c09efe339817f0a0effca6a605f5d0a3.tar.bz2 |
gh-95597: Fix typo in Lib directory files (GH-95599)
(cherry picked from commit b53aed76d26419fc7449c358c6035c9afe055e16)
Co-authored-by: Jo, Yunjin <black33jo@gmail.com>
Diffstat (limited to 'Lib/idlelib/config.py')
-rw-r--r-- | Lib/idlelib/config.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/idlelib/config.py b/Lib/idlelib/config.py index 5ce5f4a..2b09d79 100644 --- a/Lib/idlelib/config.py +++ b/Lib/idlelib/config.py @@ -578,7 +578,7 @@ class IdleConf: """ 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. |