diff options
author | Fred Drake <fdrake@acm.org> | 2005-01-19 03:23:57 +0000 |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2005-01-19 03:23:57 +0000 |
commit | 9f79dbfd4a4d39f1bf30b40573033ef4ad5701bc (patch) | |
tree | 7158338ed6c127aa05c129eacc8e883e69635382 | |
parent | 6af44986029c84c4c5df62a64c60a6ed978a3693 (diff) | |
download | cpython-git-9f79dbfd4a4d39f1bf30b40573033ef4ad5701bc.tar.gz |
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 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 |