[Python-checkins] python/dist/src/Doc/lib tkinter.tex,1.15,1.16

nnorwitz@users.sourceforge.net nnorwitz@users.sourceforge.net
Sun, 03 Nov 2002 05:13:22 -0800


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory usw-pr-cvs1:/tmp/cvs-serv8245/Doc/lib

Modified Files:
	tkinter.tex 
Log Message:
Fix SF #632864, Typo string instead of sting in LibDoc.  Will backport.

Index: tkinter.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/tkinter.tex,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** tkinter.tex	12 Oct 2002 15:02:46 -0000	1.15
--- tkinter.tex	3 Nov 2002 13:13:20 -0000	1.16
***************
*** 693,697 ****
  
  \item[boolean]
! You can pass integers 0 or 1 or the stings \code{"yes"} or \code{"no"} .
  
  \item[callback]
--- 693,697 ----
  
  \item[boolean]
! You can pass integers 0 or 1 or the strings \code{"yes"} or \code{"no"} .
  
  \item[callback]