diff options
author | Fredrik Lundh <fredrik@pythonware.com> | 2005-12-25 11:36:43 (GMT) |
---|---|---|
committer | Fredrik Lundh <fredrik@pythonware.com> | 2005-12-25 11:36:43 (GMT) |
commit | 428b413aaa4c05a3544c485f196e6cb36b15fd62 (patch) | |
tree | 98d46bca514b0dba485e7af11dc22a3b438b80bb /Doc/lib | |
parent | 35c3f4f249409a99295764d77fdc043920a26827 (diff) | |
download | cpython-428b413aaa4c05a3544c485f196e6cb36b15fd62.zip cpython-428b413aaa4c05a3544c485f196e6cb36b15fd62.tar.gz cpython-428b413aaa4c05a3544c485f196e6cb36b15fd62.tar.bz2 |
fixed two typos in pprint reference page
Diffstat (limited to 'Doc/lib')
-rw-r--r-- | Doc/lib/libpprint.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/lib/libpprint.tex b/Doc/lib/libpprint.tex index cd5c184..698b2f8 100644 --- a/Doc/lib/libpprint.tex +++ b/Doc/lib/libpprint.tex @@ -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} |