diff options
author | Fred Drake <fdrake@acm.org> | 2005-01-19 03:23:57 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2005-01-19 03:23:57 (GMT) |
commit | 9f79dbfd4a4d39f1bf30b40573033ef4ad5701bc (patch) | |
tree | 7158338ed6c127aa05c129eacc8e883e69635382 | |
parent | 6af44986029c84c4c5df62a64c60a6ed978a3693 (diff) | |
download | cpython-9f79dbfd4a4d39f1bf30b40573033ef4ad5701bc.zip cpython-9f79dbfd4a4d39f1bf30b40573033ef4ad5701bc.tar.gz cpython-9f79dbfd4a4d39f1bf30b40573033ef4ad5701bc.tar.bz2 |
remove spurious line from widget variables example
(closes SF patch #1094815)
-rw-r--r-- | Doc/lib/tkinter.tex | 1 |
1 files changed, 0 insertions, 1 deletions
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 |