[Python-checkins] python/dist/src/Doc/lib libpdb.tex, 1.37.8.1, 1.37.8.2

nnorwitz at users.sourceforge.net nnorwitz at users.sourceforge.net
Sun Oct 17 21:56:42 CEST 2004


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27181/Doc/lib

Modified Files:
      Tag: release23-maint
	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.37.8.1
retrieving revision 1.37.8.2
diff -u -d -r1.37.8.1 -r1.37.8.2
--- libpdb.tex	25 Aug 2003 04:34:46 -0000	1.37.8.1
+++ libpdb.tex	17 Oct 2004 19:56:40 -0000	1.37.8.2
@@ -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