[Python-checkins] python/dist/src/Doc/lib tkinter.tex, 1.27.2.1, 1.27.2.2

fdrake at users.sourceforge.net fdrake at users.sourceforge.net
Wed Jan 19 04:25:48 CET 2005


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

Modified Files:
      Tag: release24-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.27.2.1
retrieving revision 1.27.2.2
diff -u -d -r1.27.2.1 -r1.27.2.2
--- tkinter.tex	1 Jan 2005 00:34:53 -0000	1.27.2.1
+++ tkinter.tex	19 Jan 2005 03:25:46 -0000	1.27.2.2
@@ -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