From: Fred Drake Date: Wed, 19 Jan 2005 03:25:46 +0000 (+0000) Subject: remove spurious line from widget variables example X-Git-Tag: v2.4.1c1~81 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=623273e9669923405cbf745f4bfdaef0c7c0ff74;p=thirdparty%2FPython%2Fcpython.git remove spurious line from widget variables example (closes SF patch #1094815) --- diff --git a/Doc/lib/tkinter.tex b/Doc/lib/tkinter.tex index d45b8358aa50..6a609827c7ea 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