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

nnorwitz@users.sourceforge.net nnorwitz@users.sourceforge.net
Tue, 05 Nov 2002 14:38:00 -0800


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

Modified Files:
	tkinter.tex 
Log Message:
Fix minor typos

Index: tkinter.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/tkinter.tex,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** tkinter.tex	5 Nov 2002 22:11:50 -0000	1.17
--- tkinter.tex	5 Nov 2002 22:37:58 -0000	1.18
***************
*** 895,903 ****
  \code{data} option (other options are available as well).
  
! The image object can then be used whereever 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 wheerever 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 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} ---