Skip to content

Commit 7943c5e

Browse files
authored
Doc: Remove superfluous markup. (pythonGH-8112)
The line is speaking of a list of commands, not the list command.
1 parent d8c3e82 commit 7943c5e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/pdb.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ by the local file.
344344
Specifying any command resuming execution
345345
(currently :pdbcmd:`continue`, :pdbcmd:`step`, :pdbcmd:`next`,
346346
:pdbcmd:`return`, :pdbcmd:`jump`, :pdbcmd:`quit` and their abbreviations)
347-
terminates the command :pdbcmd:`list` (as if
347+
terminates the command list (as if
348348
that command was immediately followed by end). This is because any time you
349349
resume execution (even with a simple next or step), you may encounter another
350350
breakpoint—which could have its own command list, leading to ambiguities about

0 commit comments

Comments
 (0)