[Python-checkins] python/dist/src/Doc/lib tkinter.tex, 1.22, 1.22.4.1

fdrake at users.sourceforge.net fdrake at users.sourceforge.net
Wed Jan 19 04:27:21 CET 2005


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23118/Doc/lib

Modified Files:
      Tag: release23-maint
	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.22
retrieving revision 1.22.4.1
diff -u -d -r1.22 -r1.22.4.1
--- tkinter.tex	28 Jul 2003 14:39:13 -0000	1.22
+++ tkinter.tex	19 Jan 2005 03:27:18 -0000	1.22.4.1
@@ -608,7 +608,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