diff options
author | Tim Peters <tim.peters@gmail.com> | 2006-06-11 19:42:51 +0000 |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2006-06-11 19:42:51 +0000 |
commit | 4f96f1f2b5068b8e8bd8d0f83f856b6e2883a3ab (patch) | |
tree | c53747593db6eac7dff992f88fec46f4318ae3ae /Lib/idlelib/configHandler.py | |
parent | 0d5d222959e0422b93065f0661b06061b713e5af (diff) | |
download | cpython-git-4f96f1f2b5068b8e8bd8d0f83f856b6e2883a3ab.tar.gz |
Whitespace normalization.
Diffstat (limited to 'Lib/idlelib/configHandler.py')
-rw-r--r-- | Lib/idlelib/configHandler.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/idlelib/configHandler.py b/Lib/idlelib/configHandler.py index 5ae643a71d..826fb5dbb8 100644 --- a/Lib/idlelib/configHandler.py +++ b/Lib/idlelib/configHandler.py @@ -500,7 +500,7 @@ class IdleConf: if macosxSupport.runningAsOSXApp(): # We're using AquaTk, replace all keybingings that use the - # Alt key by ones that use the Option key because the former + # Alt key by ones that use the Option key because the former # don't work reliably. for k, v in result.items(): v2 = [ x.replace('<Alt-', '<Option-') for x in v ] |