From: Neal Norwitz Date: Sun, 17 Oct 2004 19:55:47 +0000 (+0000) Subject: SF bug #1048756, Doc typo for pdb X-Git-Tag: v2.4b2~96 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a5c64599d547565c48275601b67322aa3ef04c8b;p=python SF bug #1048756, Doc typo for pdb --- diff --git a/Doc/lib/libpdb.tex b/Doc/lib/libpdb.tex index 245c340983..1dbf441af4 100644 --- a/Doc/lib/libpdb.tex +++ b/Doc/lib/libpdb.tex @@ -285,7 +285,7 @@ command --- this executes the Python \keyword{print} statement.} \item[pp \var{expression}] -Like the \samp{p} command, except the value of the exception is +Like the \samp{p} command, except the value of the expression is pretty-printed using the \module{pprint} module. \item[alias \optional{\var{name} \optional{command}}]