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

tim_one at users.sourceforge.net tim_one at users.sourceforge.net
Mon Aug 2 06:30:43 CEST 2004


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

Modified Files:
	utilities.tex 
Log Message:
Typo repair.


Index: utilities.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/api/utilities.tex,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** utilities.tex	2 Aug 2004 04:14:10 -0000	1.18
--- utilities.tex	2 Aug 2004 04:30:37 -0000	1.19
***************
*** 177,181 ****
  
    This function will reload the module if it was already imported.  See
!   \cfunction{PyImport_ReloadModule()} for the intend way to reload a
    module.
  
--- 177,181 ----
  
    This function will reload the module if it was already imported.  See
!   \cfunction{PyImport_ReloadModule()} for the intended way to reload a
    module.
  



More information about the Python-checkins mailing list