Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0655745 commit dda7dcbCopy full SHA for dda7dcb
1 file changed
Doc/lib/libgc.tex
@@ -109,7 +109,7 @@ \section{\module{gc} ---
109
\code{del gc.garbage[:]} to empty the list. It's generally better
110
to avoid the issue by not creating cycles containing objects with
111
\method{__del__()} methods, and \var{garbage} can be examined in that
112
-case to verify that no such are being created.
+case to verify that no such cycles are being created.
113
114
If \constant{DEBUG_SAVEALL} is set, then all unreachable objects will
115
be added to this list rather than freed.
0 commit comments