From: Julien Palard Date: Fri, 6 Jul 2018 09:15:13 +0000 (+0200) Subject: Doc: Remove superfluous markup. (GH-8112) X-Git-Tag: v3.8.0a1~1429 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7943c5e8b525694b837d097d0fcce5097efc5626;p=thirdparty%2FPython%2Fcpython.git Doc: Remove superfluous markup. (GH-8112) The line is speaking of a list of commands, not the list command. --- diff --git a/Doc/library/pdb.rst b/Doc/library/pdb.rst index c6720cb59974..a72876f3f5a8 100644 --- a/Doc/library/pdb.rst +++ b/Doc/library/pdb.rst @@ -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