]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add a missing "cycle".
authorFred Drake <fdrake@acm.org>
Fri, 14 Dec 2001 21:19:08 +0000 (21:19 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 14 Dec 2001 21:19:08 +0000 (21:19 +0000)
Doc/lib/libgc.tex

index 6d1b519aff9fda9ca796233f2e382ea36da6c86e..b332fe22dcacd4879dbe1b9d81e291024e20f724 100644 (file)
@@ -109,7 +109,7 @@ removed from \var{garbage} too.  For example, after breaking cycles, do
 \code{del gc.garbage[:]} to empty the list.  It's generally better
 to avoid the issue by not creating cycles containing objects with
 \method{__del__()} methods, and \var{garbage} can be examined in that
-case to verify that no such are being created.
+case to verify that no such cycles are being created.
 
 If \constant{DEBUG_SAVEALL} is set, then all unreachable objects will
 be added to this list rather than freed.