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

rhettinger at users.sourceforge.net rhettinger at users.sourceforge.net
Sun Aug 24 22:44:36 EDT 2003


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

Modified Files:
      Tag: release23-maint
	newtypes.tex 
Log Message:
Fixed 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.23.8.1
diff -C2 -d -r1.23 -r1.23.8.1
*** newtypes.tex	7 Jul 2003 17:20:40 -0000	1.23
--- newtypes.tex	25 Aug 2003 04:44:33 -0000	1.23.8.1
***************
*** 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