]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
remove spurious line from widget variables example
authorFred Drake <fdrake@acm.org>
Wed, 19 Jan 2005 03:27:18 +0000 (03:27 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 19 Jan 2005 03:27:18 +0000 (03:27 +0000)
(closes SF patch #1094815)

Doc/lib/tkinter.tex

index e0c613f28aa083d6de6b0d78b85be2f68c8fb486..4e7a42f5838d05eef469ad4741956d19e70bed4b 100644 (file)
@@ -608,7 +608,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