diff options
author | Fredrik Lundh <fredrik@pythonware.com> | 2005-12-25 12:05:42 (GMT) |
---|---|---|
committer | Fredrik Lundh <fredrik@pythonware.com> | 2005-12-25 12:05:42 (GMT) |
commit | bb2bf2c45a28f9a5e34c0632e3a8aa493321d7d8 (patch) | |
tree | 509f243c8b29cb999e959e3478aa5f2bd51716a2 | |
parent | c3389997d4d886d861061ae367211d271faaae2f (diff) | |
download | cpython-bb2bf2c45a28f9a5e34c0632e3a8aa493321d7d8.zip cpython-bb2bf2c45a28f9a5e34c0632e3a8aa493321d7d8.tar.gz cpython-bb2bf2c45a28f9a5e34c0632e3a8aa493321d7d8.tar.bz2 |
fixed one more typo
-rw-r--r-- | Doc/lib/libpprint.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libpprint.tex b/Doc/lib/libpprint.tex index 698b2f8..45d9c87 100644 --- a/Doc/lib/libpprint.tex +++ b/Doc/lib/libpprint.tex @@ -156,7 +156,7 @@ l/lib/python1.5/test', '/usr/local/lib/python1.5/sunos5', '/usr/local/lib/python \begin{methoddesc}{pformat}{object} Return the formatted representation of \var{object}. This takes into -Account the options passed to the \class{PrettyPrinter} constructor. +account the options passed to the \class{PrettyPrinter} constructor. \end{methoddesc} \begin{methoddesc}{pprint}{object} |