summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/Bindings.py
diff options
context:
space:
mode:
authorKurt B. Kaiser <kbk@shore.net>2003-01-27 02:36:18 (GMT)
committerKurt B. Kaiser <kbk@shore.net>2003-01-27 02:36:18 (GMT)
commite66675b85cedbb952cff8a46e1ba078101eb021c (patch)
tree9d7da1bd552f008b6132e5001ffa8a6f2ee0612b /Lib/idlelib/Bindings.py
parentfd0b00e0a7c11e3ba5743cfc82b7e9ef099453c7 (diff)
downloadcpython-e66675b85cedbb952cff8a46e1ba078101eb021c.zip
cpython-e66675b85cedbb952cff8a46e1ba078101eb021c.tar.gz
cpython-e66675b85cedbb952cff8a46e1ba078101eb021c.tar.bz2
Whitespace normalization.
Modified Files: Bindings.py configHandler.py configHelpSourceEdit.py
Diffstat (limited to 'Lib/idlelib/Bindings.py')
-rw-r--r--Lib/idlelib/Bindings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/idlelib/Bindings.py b/Lib/idlelib/Bindings.py
index 16113ab..2e88c91 100644
--- a/Lib/idlelib/Bindings.py
+++ b/Lib/idlelib/Bindings.py
@@ -75,7 +75,7 @@ menudefs = [
]),
('help', [
('_About IDLE', '<<about-idle>>'),
- ('IDLE _Readme', '<<view-readme>>'),
+ ('IDLE _Readme', '<<view-readme>>'),
None,
('_IDLE Help', '<<help>>'),
('Python _Docs', '<<python-docs>>'),