Doc: Remove superfluous markup. (GH-8112)

The line is speaking of a list of commands, not the list command.
This commit is contained in:
Julien Palard 2018-07-06 11:15:13 +02:00 committed by GitHub
parent d8c3e820b4
commit 7943c5e8b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -344,7 +344,7 @@ by the local file.
Specifying any command resuming execution
(currently :pdbcmd:`continue`, :pdbcmd:`step`, :pdbcmd:`next`,
:pdbcmd:`return`, :pdbcmd:`jump`, :pdbcmd:`quit` and their abbreviations)
terminates the command :pdbcmd:`list` (as if
terminates the command list (as if
that command was immediately followed by end). This is because any time you
resume execution (even with a simple next or step), you may encounter another
breakpoint—which could have its own command list, leading to ambiguities about