[Python-checkins] python/dist/src/Doc/lib libpdb.tex,1.40,1.41
nnorwitz at users.sourceforge.net
nnorwitz at users.sourceforge.net
Sun Oct 17 21:55:50 CEST 2004
Update of /cvsroot/python/python/dist/src/Doc/lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26943/Doc/lib
Modified Files:
libpdb.tex
Log Message:
SF bug #1048756, Doc typo for pdb
Index: libpdb.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libpdb.tex,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -d -r1.40 -r1.41
--- libpdb.tex 4 Jul 2004 04:47:40 -0000 1.40
+++ libpdb.tex 17 Oct 2004 19:55:47 -0000 1.41
@@ -285,7 +285,7 @@
\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}}]
More information about the Python-checkins
mailing list