]> granicus.if.org Git - python/commitdiff
fixed two typos in pprint reference page
authorFredrik Lundh <fredrik@pythonware.com>
Sun, 25 Dec 2005 11:36:43 +0000 (11:36 +0000)
committerFredrik Lundh <fredrik@pythonware.com>
Sun, 25 Dec 2005 11:36:43 +0000 (11:36 +0000)
Doc/lib/libpprint.tex

index cd5c184feba687460603724c0295346464916255..698b2f8d70ed94e5fde0e0c07c3a40d8417d1e03 100644 (file)
@@ -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}