mirror of https://github.com/python/cpython
Get rid of 'ppp' that accidentally crept in.
This commit is contained in:
parent
91b5bedf1c
commit
43b655c0ab
|
@ -265,7 +265,7 @@ Continue execution until the current function returns.
|
||||||
Continue execution, only stop when a breakpoint is encountered.
|
Continue execution, only stop when a breakpoint is encountered.
|
||||||
|
|
||||||
\item[l(ist) \optional{\var{first\optional{, last}}}]
|
\item[l(ist) \optional{\var{first\optional{, last}}}]
|
||||||
ppp
|
|
||||||
List source code for the current file. Without arguments, list 11
|
List source code for the current file. Without arguments, list 11
|
||||||
lines around the current line or continue the previous listing. With
|
lines around the current line or continue the previous listing. With
|
||||||
one argument, list 11 lines around at that line. With two arguments,
|
one argument, list 11 lines around at that line. With two arguments,
|
||||||
|
|
Loading…
Reference in New Issue