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

tim_one at users.sourceforge.net tim_one at users.sourceforge.net
Mon Aug 2 06:14:12 CEST 2004


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

Modified Files:
	utilities.tex 
Log Message:
Completed a sentence I left dangling.


Index: utilities.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/api/utilities.tex,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** utilities.tex	2 Aug 2004 03:46:45 -0000	1.17
--- utilities.tex	2 Aug 2004 04:14:10 -0000	1.18
***************
*** 177,181 ****
  
    This function will reload the module if it was already imported.  See
!   \cfunction{PyImport_ReloadModule()}
  
    If \var{name} points to a dotted name of the
--- 177,182 ----
  
    This function will reload the module if it was already imported.  See
!   \cfunction{PyImport_ReloadModule()} for the intend way to reload a
!   module.
  
    If \var{name} points to a dotted name of the



More information about the Python-checkins mailing list