From: Neal Norwitz Date: Sun, 17 Oct 2004 19:56:40 +0000 (+0000) Subject: SF bug #1048756, Doc typo for pdb X-Git-Tag: v2.3.5c1~97 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f0d0193aeb701e2aca82383412cab1c61ee00602;p=thirdparty%2FPython%2Fcpython.git SF bug #1048756, Doc typo for pdb --- diff --git a/Doc/lib/libpdb.tex b/Doc/lib/libpdb.tex index ee9ab919311c..276cb56e8e01 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}}]