diff options
author | Jo, Yunjin <black33jo@gmail.com> | 2022-08-03 21:16:15 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-03 21:16:15 (GMT) |
commit | b53aed76d26419fc7449c358c6035c9afe055e16 (patch) | |
tree | 9b8ffa34da5a3b25952a72dd7fc697f5d7b52e0e /Lib/idlelib | |
parent | 6bde34000d70dfefafa71e54c8cb5672f423073c (diff) | |
download | cpython-b53aed76d26419fc7449c358c6035c9afe055e16.zip cpython-b53aed76d26419fc7449c358c6035c9afe055e16.tar.gz cpython-b53aed76d26419fc7449c358c6035c9afe055e16.tar.bz2 |
gh-95597: Fix typo in Lib directory files (#95599)
Diffstat (limited to 'Lib/idlelib')
-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. |