]> granicus.if.org Git - python/commitdiff
SF bug #1048756, Doc typo for pdb
authorNeal Norwitz <nnorwitz@gmail.com>
Sun, 17 Oct 2004 19:55:47 +0000 (19:55 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Sun, 17 Oct 2004 19:55:47 +0000 (19:55 +0000)
Doc/lib/libpdb.tex

index 245c34098326e86c8ede6506aded9957f554b47b..1dbf441af4dcd1ef6d3703d876e9cf4503c9b7c3 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}}]