[Python-checkins] python/dist/src/Doc/api newtypes.tex,1.23,1.24

rhettinger at users.sourceforge.net rhettinger at users.sourceforge.net
Sun Aug 24 22:43:55 EDT 2003


Update of /cvsroot/python/python/dist/src/Doc/api
In directory sc8-pr-cvs1:/tmp/cvs-serv689

Modified Files:
	newtypes.tex 
Log Message:
Fix doubled word typos.

Index: newtypes.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/api/newtypes.tex,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -d -r1.23 -r1.24
*** newtypes.tex	7 Jul 2003 17:20:40 -0000	1.23
--- newtypes.tex	25 Aug 2003 04:43:53 -0000	1.24
***************
*** 23,27 ****
    initial reference.  Returns the initialized object.  If \var{type}
    indicates that the object participates in the cyclic garbage
!   detector, it it added to the detector's set of observed objects.
    Other fields of the object are not affected.
  \end{cfuncdesc}
--- 23,27 ----
    initial reference.  Returns the initialized object.  If \var{type}
    indicates that the object participates in the cyclic garbage
!   detector, it is added to the detector's set of observed objects.
    Other fields of the object are not affected.
  \end{cfuncdesc}





More information about the Python-checkins mailing list