diff options
-rw-r--r-- | Doc/lib/tkinter.tex | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Doc/lib/tkinter.tex b/Doc/lib/tkinter.tex index d45b835..6a60982 100644 --- a/Doc/lib/tkinter.tex +++ b/Doc/lib/tkinter.tex @@ -621,7 +621,6 @@ class App(Frame): self.entrythingy = Entry() self.entrythingy.pack() - self.button.pack() # here is the application variable self.contents = StringVar() # set it to some value |