From a5c64599d547565c48275601b67322aa3ef04c8b Mon Sep 17 00:00:00 2001 From: Neal Norwitz Date: Sun, 17 Oct 2004 19:55:47 +0000 Subject: [PATCH] SF bug #1048756, Doc typo for pdb --- Doc/lib/libpdb.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}}] -- 2.40.0