remove spurious line from widget variables example

(closes SF patch #1094815)
This commit is contained in:
Fred Drake 2005-01-19 03:23:57 +00:00
parent 6af4498602
commit 9f79dbfd4a

View 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