[Python-checkins] CVS: python/dist/src/Doc/ext extending.tex,1.9,1.10

Tim Peters tim_one@users.sourceforge.net
Fri, 07 Dec 2001 09:51:43 -0800


Update of /cvsroot/python/python/dist/src/Doc/ext
In directory usw-pr-cvs1:/tmp/cvs-serv32345/python/Doc/ext

Modified Files:
	extending.tex 
Log Message:
Trivial spelling repair on new cyclic garbage text.


Index: extending.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/ext/extending.tex,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** extending.tex	2001/12/07 17:30:40	1.9
--- extending.tex	2001/12/07 17:51:41	1.10
***************
*** 1239,1245 ****
  collection implemented using only reference counting.  Reference
  cycles consist of objects which contain (possibly indirect) references
! themselves so that each object in the cycle has a reference count
  which is non-zero.  Typical reference counting implementations are not
! able to reclaim the memory beloning to any objects in a reference
  cycle, or referenced from the objects in the cycle, even though there
  are no further references to the cycle itself.
--- 1239,1245 ----
  collection implemented using only reference counting.  Reference
  cycles consist of objects which contain (possibly indirect) references
! to themselves, so that each object in the cycle has a reference count
  which is non-zero.  Typical reference counting implementations are not
! able to reclaim the memory belonging to any objects in a reference
  cycle, or referenced from the objects in the cycle, even though there
  are no further references to the cycle itself.