[Python-checkins] python/dist/src/Doc/lib tkinter.tex,1.28,1.29
fdrake at users.sourceforge.net
fdrake at users.sourceforge.net
Wed Jan 19 04:24:00 CET 2005
Update of /cvsroot/python/python/dist/src/Doc/lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22345/Doc/lib
Modified Files:
tkinter.tex
Log Message:
remove spurious line from widget variables example
(closes SF patch #1094815)
Index: tkinter.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/tkinter.tex,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- tkinter.tex 1 Jan 2005 00:28:43 -0000 1.28
+++ tkinter.tex 19 Jan 2005 03:23:57 -0000 1.29
@@ -621,7 +621,6 @@
self.entrythingy = Entry()
self.entrythingy.pack()
- self.button.pack()
# here is the application variable
self.contents = StringVar()
# set it to some value
More information about the Python-checkins
mailing list