]> granicus.if.org Git - python/commitdiff
Trivial spelling repair on new cyclic garbage text.
authorTim Peters <tim.peters@gmail.com>
Fri, 7 Dec 2001 17:51:41 +0000 (17:51 +0000)
committerTim Peters <tim.peters@gmail.com>
Fri, 7 Dec 2001 17:51:41 +0000 (17:51 +0000)
Doc/ext/extending.tex

index 7fe07b838b310131868f55ceeb9c613969b27188..a0a044049e010f22dbba2ca4a49435b641d4d080 100644 (file)
@@ -1238,9 +1238,9 @@ cycles.  This allows applications to not worry about creating direct
 or indirect circular references; these are the weakness of garbage
 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
+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 beloning to any objects in a reference
+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.