summaryrefslogtreecommitdiffstats
path: root/Tools/pynche/PyncheWidget.py
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2003-10-24 20:09:23 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2003-10-24 20:09:23 (GMT)
commit23b44a39cec5ccebb6c6eb1e94eccbd6e8ce758e (patch)
tree941140dc41a2b2a6ab495fda2cbbd6df7409824a /Tools/pynche/PyncheWidget.py
parentf8d59d28e0867c82b647d94c0aecd9e1c3accd9e (diff)
downloadcpython-23b44a39cec5ccebb6c6eb1e94eccbd6e8ce758e.zip
cpython-23b44a39cec5ccebb6c6eb1e94eccbd6e8ce758e.tar.gz
cpython-23b44a39cec5ccebb6c6eb1e94eccbd6e8ce758e.tar.bz2
Patch #812378: Normalize white space.
Diffstat (limited to 'Tools/pynche/PyncheWidget.py')
-rw-r--r--Tools/pynche/PyncheWidget.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/pynche/PyncheWidget.py b/Tools/pynche/PyncheWidget.py
index 8550078..fcfe7ce 100644
--- a/Tools/pynche/PyncheWidget.py
+++ b/Tools/pynche/PyncheWidget.py
@@ -75,7 +75,7 @@ class PyncheWidget:
# Help menu
#
helpmenu = Menu(menubar, name='help', tearoff=0)
- helpmenu.add_command(label='About Pynche...',
+ helpmenu.add_command(label='About Pynche...',
command=self.__popup_about,
underline=0)
helpmenu.add_command(label='Help...',