diff --git a/editor.py b/editor.py index c0348d8..09bbd77 100644 --- a/editor.py +++ b/editor.py @@ -62,6 +62,6 @@ def about_command(): helpmenu.add_command(label="About", command=dummy) # button = Button(root, text="Useless") -# button.pack() +# butto n.pack() root.mainloop()