[Python-checkins] python/dist/src/Doc/api init.tex,1.13,1.14

bcannon at users.sourceforge.net bcannon at users.sourceforge.net
Wed Mar 17 19:49:03 EST 2004


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

Modified Files:
	init.tex 
Log Message:
Extremely minor typo fixed.


Index: init.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/api/init.tex,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** init.tex	19 Oct 2003 07:32:23 -0000	1.13
--- init.tex	18 Mar 2004 00:49:01 -0000	1.14
***************
*** 132,136 ****
    discussion of thread states below.  When the call returns, the
    current thread state is \NULL.  All thread states associated with
!   this interpreted are destroyed.  (The global interpreter lock must
    be held before calling this function and is still held when it
    returns.)  \cfunction{Py_Finalize()}\ttindex{Py_Finalize()} will
--- 132,136 ----
    discussion of thread states below.  When the call returns, the
    current thread state is \NULL.  All thread states associated with
!   this interpreter are destroyed.  (The global interpreter lock must
    be held before calling this function and is still held when it
    returns.)  \cfunction{Py_Finalize()}\ttindex{Py_Finalize()} will




More information about the Python-checkins mailing list