Kaydet (Commit) a0622709 authored tarafından Andrew M. Kuchling's avatar Andrew M. Kuchling

Markup fix

üst b03cb602
...@@ -35,7 +35,8 @@ Returns true if automatic collection is enabled. ...@@ -35,7 +35,8 @@ Returns true if automatic collection is enabled.
\begin{funcdesc}{collect}{\optional{generation}} \begin{funcdesc}{collect}{\optional{generation}}
With no arguments, run a full collection. The optional argument With no arguments, run a full collection. The optional argument
\var{generation} may be an integer specifying which generation to collect \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. The number of unreachable objects found is returned.
\versionchanged[The optional \var{generation} argument was added]{2.5} \versionchanged[The optional \var{generation} argument was added]{2.5}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment