diff options
Diffstat (limited to 'Demo/tkinter/matt/menu-simple.py')
-rw-r--r-- | Demo/tkinter/matt/menu-simple.py | 4 |
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 | |