diff options
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libpdb.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libpdb.tex b/Doc/lib/libpdb.tex index 245c340..1dbf441 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}}] |