diff options
author | Guido van Rossum <guido@python.org> | 1998-09-17 17:07:15 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1998-09-17 17:07:15 (GMT) |
commit | 43b655c0abe49fc5fd08c2a4c5a763cdaa8afb11 (patch) | |
tree | e740da63a3dbe61980d80f161ca56b6ea4a80de1 /Doc/lib/libpdb.tex | |
parent | 91b5bedf1cf35911e5b7e92af0bf4626dbd90da9 (diff) | |
download | cpython-43b655c0abe49fc5fd08c2a4c5a763cdaa8afb11.zip cpython-43b655c0abe49fc5fd08c2a4c5a763cdaa8afb11.tar.gz cpython-43b655c0abe49fc5fd08c2a4c5a763cdaa8afb11.tar.bz2 |
Get rid of 'ppp' that accidentally crept in.
Diffstat (limited to 'Doc/lib/libpdb.tex')
-rw-r--r-- | Doc/lib/libpdb.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libpdb.tex b/Doc/lib/libpdb.tex index 38547cb..36932d8 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, |