summaryrefslogtreecommitdiff
path: root/Doc/lib/libpprint.tex
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2005-01-01 00:28:46 +0000
committerRaymond Hettinger <python@rcn.com>2005-01-01 00:28:46 +0000
commit68804315e0f2fe567e62c7023bc87ee358a480e7 (patch)
treeb3bd8d536221d63b6a7033fa0fcb10071f564001 /Doc/lib/libpprint.tex
parentf871d833dd2a99d93ebdc4aa4cc07bd4afe9be61 (diff)
downloadcpython-git-68804315e0f2fe567e62c7023bc87ee358a480e7.tar.gz
SF Patch #1093896: miscellaneous doc typos
Diffstat (limited to 'Doc/lib/libpprint.tex')
-rw-r--r--Doc/lib/libpprint.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libpprint.tex b/Doc/lib/libpprint.tex
index b1fd9fa01a..cd5c184feb 100644
--- a/Doc/lib/libpprint.tex
+++ b/Doc/lib/libpprint.tex
@@ -196,7 +196,7 @@ context (direct and indirect containers for \var{object} that are
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 additionaly entries for containers to this
+method should add additional entries for containers to this
dictionary. The fourth 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.