diff options
author | Fred Drake <fdrake@acm.org> | 2005-01-19 03:25:46 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2005-01-19 03:25:46 (GMT) |
commit | 623273e9669923405cbf745f4bfdaef0c7c0ff74 (patch) | |
tree | 6995adb8858f8494b1d593ea7f2dc9782f0eee85 /Doc/lib | |
parent | 59fc345b9db30c9b61c96acc7d90626d31d053e0 (diff) | |
download | cpython-623273e9669923405cbf745f4bfdaef0c7c0ff74.zip cpython-623273e9669923405cbf745f4bfdaef0c7c0ff74.tar.gz cpython-623273e9669923405cbf745f4bfdaef0c7c0ff74.tar.bz2 |
remove spurious line from widget variables example
(closes SF patch #1094815)
Diffstat (limited to 'Doc/lib')
-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 |