From bb2bf2c45a28f9a5e34c0632e3a8aa493321d7d8 Mon Sep 17 00:00:00 2001 From: Fredrik Lundh Date: Sun, 25 Dec 2005 12:05:42 +0000 Subject: [PATCH] fixed one more typo --- Doc/lib/libpprint.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/lib/libpprint.tex b/Doc/lib/libpprint.tex index 698b2f8d70e..45d9c873ac0 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}