From 9f79dbfd4a4d39f1bf30b40573033ef4ad5701bc Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Wed, 19 Jan 2005 03:23:57 +0000 Subject: remove spurious line from widget variables example (closes SF patch #1094815) --- Doc/lib/tkinter.tex | 1 - 1 file changed, 1 deletion(-) 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 -- cgit v0.12