[Python-checkins] python/dist/src/Doc/api utilities.tex, 1.10.12.1, 1.10.12.2

akuchling at users.sourceforge.net akuchling at users.sourceforge.net
Tue Aug 10 21:03:03 CEST 2004


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

Modified Files:
      Tag: release23-maint
	utilities.tex 
Log Message:
Spelling fix

Index: utilities.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/api/utilities.tex,v
retrieving revision 1.10.12.1
retrieving revision 1.10.12.2
diff -C2 -d -r1.10.12.1 -r1.10.12.2
*** utilities.tex	22 Sep 2003 15:37:38 -0000	1.10.12.1
--- utilities.tex	10 Aug 2004 19:02:54 -0000	1.10.12.2
***************
*** 85,89 ****
    \code{-1}.  The cleanup function registered last is called first.
    Each cleanup function will be called at most once.  Since Python's
!   internal finallization will have completed before the cleanup
    function, no Python APIs should be called by \var{func}.
  \end{cfuncdesc}
--- 85,89 ----
    \code{-1}.  The cleanup function registered last is called first.
    Each cleanup function will be called at most once.  Since Python's
!   internal finalization will have completed before the cleanup
    function, no Python APIs should be called by \var{func}.
  \end{cfuncdesc}



More information about the Python-checkins mailing list