[Python-checkins] python/dist/src/Doc/api utilities.tex,1.19,1.20

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


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

Modified Files:
	utilities.tex 
Log Message:
Spelling fix

Index: utilities.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/api/utilities.tex,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** utilities.tex	2 Aug 2004 04:30:37 -0000	1.19
--- utilities.tex	10 Aug 2004 19:01:50 -0000	1.20
***************
*** 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