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.
2 parents 407c8ac + bc51a8a commit 802883aCopy full SHA for 802883a
1 file changed
Doc/library/gc.rst
@@ -38,7 +38,7 @@ The :mod:`gc` module provides the following functions:
38
Returns true if automatic collection is enabled.
39
40
41
-.. function:: collect(generations=2)
+.. function:: collect(generation=2)
42
43
With no arguments, run a full collection. The optional argument *generation*
44
may be an integer specifying which generation to collect (from 0 to 2). A
0 commit comments