[Python-checkins] python/dist/src/Doc/lib libgc.tex,1.12,1.13

tim_one@users.sourceforge.net tim_one@users.sourceforge.net
Tue, 08 Apr 2003 10:17:49 -0700


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

Modified Files:
	libgc.tex 
Log Message:
s/referrents/referents/g.  Gotta love that referrers remains rife with rs.


Index: libgc.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libgc.tex,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** libgc.tex	8 Apr 2003 16:39:38 -0000	1.12
--- libgc.tex	8 Apr 2003 17:17:14 -0000	1.13
***************
*** 100,106 ****
  \end{funcdesc}
  
! \begin{funcdesc}{get_referrents}{*objs}
  Return a list of objects directly referred to by any of the arguments.
! The referrents returned are those objects visited by the arguments'
  C-level \cfunction{tp_traverse} methods (if any), and may not be all
  objects actually directly reachable.  \cfunction{tp_traverse} methods
--- 100,106 ----
  \end{funcdesc}
  
! \begin{funcdesc}{get_referents}{*objs}
  Return a list of objects directly referred to by any of the arguments.
! The referents returned are those objects visited by the arguments'
  C-level \cfunction{tp_traverse} methods (if any), and may not be all
  objects actually directly reachable.  \cfunction{tp_traverse} methods