diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2004-10-17 19:55:47 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2004-10-17 19:55:47 (GMT) |
commit | a5c64599d547565c48275601b67322aa3ef04c8b (patch) | |
tree | 0b2acd7d5580c0ff4c36322317e1deec6491b803 /Doc/lib/libpdb.tex | |
parent | 08ebfec75ec8d5e2ecbe4cc9ecc61676ed80c3e3 (diff) | |
download | cpython-a5c64599d547565c48275601b67322aa3ef04c8b.zip cpython-a5c64599d547565c48275601b67322aa3ef04c8b.tar.gz cpython-a5c64599d547565c48275601b67322aa3ef04c8b.tar.bz2 |
SF bug #1048756, Doc typo for pdb
Diffstat (limited to 'Doc/lib/libpdb.tex')
-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}}] |