]> granicus.if.org Git - python/commitdiff
Doc: Remove superfluous markup. (GH-8112)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 6 Jul 2018 09:34:24 +0000 (02:34 -0700)
committerGitHub <noreply@github.com>
Fri, 6 Jul 2018 09:34:24 +0000 (02:34 -0700)
The line is speaking of a list of commands, not the list command.
(cherry picked from commit 7943c5e8b525694b837d097d0fcce5097efc5626)

Co-authored-by: Julien Palard <julien@palard.fr>
Doc/library/pdb.rst

index c6720cb5997436b066c025273fa0c45ccc8d0a5a..a72876f3f5a8c072fe7bd5db25236ccf055e443e 100644 (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