]> granicus.if.org Git - python/commitdiff
remove spurious line from widget variables example
authorFred Drake <fdrake@acm.org>
Wed, 19 Jan 2005 03:23:57 +0000 (03:23 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 19 Jan 2005 03:23:57 +0000 (03:23 +0000)
(closes SF patch #1094815)

Doc/lib/tkinter.tex

index d45b8358aa50768e4a182ae05575f5cc5c6a765f..6a609827c7eaf192b299042a81158243e985beaa 100644 (file)
@@ -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