mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
fixed two typos in pprint reference page
This commit is contained in:
parent
35c3f4f249
commit
428b413aaa
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
return value should be true. Recursive calls to the \method{format()}
|
||||
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. 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.
|
||||
\versionadded{2.3}
|
||||
\end{methoddesc}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue