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 071dec2 commit bc51a8aCopy full SHA for bc51a8a
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