From 7943c5e8b525694b837d097d0fcce5097efc5626 Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Fri, 6 Jul 2018 11:15:13 +0200 Subject: [PATCH] Doc: Remove superfluous markup. (GH-8112) The line is speaking of a list of commands, not the list command. --- Doc/library/pdb.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/pdb.rst b/Doc/library/pdb.rst index c6720cb5997..a72876f3f5a 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