From 43b655c0abe49fc5fd08c2a4c5a763cdaa8afb11 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Thu, 17 Sep 1998 17:07:15 +0000 Subject: [PATCH] Get rid of 'ppp' that accidentally crept in. --- Doc/lib/libpdb.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/lib/libpdb.tex b/Doc/lib/libpdb.tex index 38547cbf123..36932d8c400 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,