summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1998-09-17 17:07:15 +0000
committerGuido van Rossum <guido@python.org>1998-09-17 17:07:15 +0000
commit43b655c0abe49fc5fd08c2a4c5a763cdaa8afb11 (patch)
treee740da63a3dbe61980d80f161ca56b6ea4a80de1
parent91b5bedf1cf35911e5b7e92af0bf4626dbd90da9 (diff)
downloadcpython-git-43b655c0abe49fc5fd08c2a4c5a763cdaa8afb11.tar.gz
Get rid of 'ppp' that accidentally crept in.
-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 38547cbf12..36932d8c40 100644
--- a/Doc/lib/libpdb.tex
+++ b/Doc/lib/libpdb.tex
@@ -265,7 +265,7 @@ Continue execution until the current function returns.
Continue execution, only stop when a breakpoint is encountered.
\item[l(ist) \optional{\var{first\optional{, last}}}]
-ppp
+
List source code for the current file. Without arguments, list 11
lines around the current line or continue the previous listing. With
one argument, list 11 lines around at that line. With two arguments,