Commit 198e6dbc authored by Fredrik Lundh's avatar Fredrik Lundh

fixed two typos in pprint reference page

parent 95cee124
...@@ -197,10 +197,10 @@ affecting the presentation) as the keys; if an object needs to be ...@@ -197,10 +197,10 @@ affecting the presentation) as the keys; if an object needs to be
presented which is already represented in \var{context}, the third presented which is already represented in \var{context}, the third
return value should be true. Recursive calls to the \method{format()} return value should be true. Recursive calls to the \method{format()}
method should add additional entries for containers to this method should add additional entries for containers to this
dictionary. The fourth argument, \var{maxlevels}, gives the requested dictionary. The third argument, \var{maxlevels}, gives the requested
limit to recursion; this will be \code{0} if there is no requested limit to recursion; this will be \code{0} if there is no requested
limit. This argument should be passed unmodified to recursive calls. limit. This argument should be passed unmodified to recursive calls.
The fourth argument, \var{level} gives the current level; recursive The fourth argument, \var{level}, gives the current level; recursive
calls should be passed a value less than that of the current call. calls should be passed a value less than that of the current call.
\versionadded{2.3} \versionadded{2.3}
\end{methoddesc} \end{methoddesc}
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