From: Fredrik Lundh Date: Sun, 25 Dec 2005 12:05:42 +0000 (+0000) Subject: fixed one more typo X-Git-Tag: v2.5a0~955 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bb2bf2c45a28f9a5e34c0632e3a8aa493321d7d8;p=python fixed one more typo --- diff --git a/Doc/lib/libpprint.tex b/Doc/lib/libpprint.tex index 698b2f8d70..45d9c873ac 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}