summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libpdb.tex
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2004-10-17 19:55:47 (GMT)
committerNeal Norwitz <nnorwitz@gmail.com>2004-10-17 19:55:47 (GMT)
commita5c64599d547565c48275601b67322aa3ef04c8b (patch)
tree0b2acd7d5580c0ff4c36322317e1deec6491b803 /Doc/lib/libpdb.tex
parent08ebfec75ec8d5e2ecbe4cc9ecc61676ed80c3e3 (diff)
downloadcpython-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.tex2
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}}]