[Python-checkins] python/dist/src/Doc/lib tkinter.tex,1.18,1.19

nnorwitz@users.sourceforge.net nnorwitz@users.sourceforge.net
Tue, 05 Nov 2002 14:46:42 -0800


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

Modified Files:
	tkinter.tex 
Log Message:
Whoops, fix the typo correctly this time

Index: tkinter.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/tkinter.tex,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** tkinter.tex	5 Nov 2002 22:37:58 -0000	1.18
--- tkinter.tex	5 Nov 2002 22:46:39 -0000	1.19
***************
*** 895,903 ****
  \code{data} option (other options are available as well).
  
! The image object can then be used where ever an \code{image} option is
  supported by some widget (e.g. labels, buttons, menus). In these
  cases, Tk will not keep a reference to the image. When the last Python
  reference to the image object is deleted, the image data is deleted as
! well, and Tk will display an empty box where ever the image was used.
  
  \section{\module{Tix} ---
--- 895,903 ----
  \code{data} option (other options are available as well).
  
! The image object can then be used wherever an \code{image} option is
  supported by some widget (e.g. labels, buttons, menus). In these
  cases, Tk will not keep a reference to the image. When the last Python
  reference to the image object is deleted, the image data is deleted as
! well, and Tk will display an empty box wherever the image was used.
  
  \section{\module{Tix} ---