Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit dda7dcb

Browse files
committed
Add a missing "cycle".
1 parent 0655745 commit dda7dcb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/lib/libgc.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ \section{\module{gc} ---
109109
\code{del gc.garbage[:]} to empty the list. It's generally better
110110
to avoid the issue by not creating cycles containing objects with
111111
\method{__del__()} methods, and \var{garbage} can be examined in that
112-
case to verify that no such are being created.
112+
case to verify that no such cycles are being created.
113113

114114
If \constant{DEBUG_SAVEALL} is set, then all unreachable objects will
115115
be added to this list rather than freed.

0 commit comments

Comments
 (0)