From: Fred Drake Date: Wed, 19 Jan 2005 03:23:57 +0000 (+0000) Subject: remove spurious line from widget variables example X-Git-Tag: v2.5a0~2096 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9f79dbfd4a4d39f1bf30b40573033ef4ad5701bc;p=python remove spurious line from widget variables example (closes SF patch #1094815) --- diff --git a/Doc/lib/tkinter.tex b/Doc/lib/tkinter.tex index d45b8358aa..6a609827c7 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