summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/Bindings.py
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2006-06-11 19:42:51 (GMT)
committerTim Peters <tim.peters@gmail.com>2006-06-11 19:42:51 (GMT)
commit4f96f1f2b5068b8e8bd8d0f83f856b6e2883a3ab (patch)
treec53747593db6eac7dff992f88fec46f4318ae3ae /Lib/idlelib/Bindings.py
parent0d5d222959e0422b93065f0661b06061b713e5af (diff)
downloadcpython-4f96f1f2b5068b8e8bd8d0f83f856b6e2883a3ab.zip
cpython-4f96f1f2b5068b8e8bd8d0f83f856b6e2883a3ab.tar.gz
cpython-4f96f1f2b5068b8e8bd8d0f83f856b6e2883a3ab.tar.bz2
Whitespace normalization.
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 a695ab7..d24be3f 100644
--- a/Lib/idlelib/Bindings.py
+++ b/Lib/idlelib/Bindings.py
@@ -94,7 +94,7 @@ if sys.platform == 'darwin' and '.app' in sys.executable:
del menudefs[0][1][-3:]
menudefs[0][1].insert(6, closeItem)
- # Remove the 'About' entry from the help menu, it is in the application
+ # Remove the 'About' entry from the help menu, it is in the application
# menu
del menudefs[-1][1][0:2]