]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
SF bug #1048756, Doc typo for pdb
authorNeal Norwitz <nnorwitz@gmail.com>
Sun, 17 Oct 2004 19:56:40 +0000 (19:56 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Sun, 17 Oct 2004 19:56:40 +0000 (19:56 +0000)
Doc/lib/libpdb.tex

index ee9ab919311c393b7d2ebc379992c8f9663577bd..276cb56e8e017e8f8ff674e78876aa2f4d41173f 100644 (file)
@@ -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}}]