summaryrefslogtreecommitdiffstats
path: root/Demo/tkinter/matt/menu-simple.py
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1995-01-10 17:07:40 (GMT)
committerGuido van Rossum <guido@python.org>1995-01-10 17:07:40 (GMT)
commitb8fe9b3fc8fbaa552cb4bcb7794bb45a7ee4b0a7 (patch)
treef4b9b620c4feb298345876751ee784a59f7788c9 /Demo/tkinter/matt/menu-simple.py
parentd0c063361fff0d53a7c648f1c577ae0c642f7888 (diff)
downloadcpython-b8fe9b3fc8fbaa552cb4bcb7794bb45a7ee4b0a7.zip
cpython-b8fe9b3fc8fbaa552cb4bcb7794bb45a7ee4b0a7.tar.gz
cpython-b8fe9b3fc8fbaa552cb4bcb7794bb45a7ee4b0a7.tar.bz2
menu-simple.py: fixed lay-out
bind-with-multiple-calls-per-event-type.py: new, or forgot to add earlier
Diffstat (limited to 'Demo/tkinter/matt/menu-simple.py')
-rw-r--r--Demo/tkinter/matt/menu-simple.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Demo/tkinter/matt/menu-simple.py b/Demo/tkinter/matt/menu-simple.py
index a1fc2fb..1f46e21 100644
--- a/Demo/tkinter/matt/menu-simple.py
+++ b/Demo/tkinter/matt/menu-simple.py
@@ -19,8 +19,8 @@ from Tkinter import *
# | New... |
# | Open... |
# | Print |
-# | | <-------- This is a MENU. The lines of text in the menu are
-# | | MENU ENTRIES
+# | | <------ This is a MENU. The lines of text in the menu are
+# | | MENU ENTRIES
# | +---------------+
# | Open Files > | file1 |
# | | file2 |