mirror of
https://github.com/python/cpython.git
synced 2025-08-01 23:53:15 +00:00
Markup fix
This commit is contained in:
parent
b03cb602e8
commit
a0622709fd
1 changed files with 2 additions and 1 deletions
|
@ -35,7 +35,8 @@ Returns true if automatic collection is enabled.
|
|||
\begin{funcdesc}{collect}{\optional{generation}}
|
||||
With no arguments, run a full collection. The optional argument
|
||||
\var{generation} may be an integer specifying which generation to collect
|
||||
(from 0 to 2). A ValueError is raised if the generation number is invalid.
|
||||
(from 0 to 2). A \exception{ValueError} is raised if the generation number
|
||||
is invalid.
|
||||
The number of unreachable objects found is returned.
|
||||
|
||||
\versionchanged[The optional \var{generation} argument was added]{2.5}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue