[Python-checkins] Doc: Remove superfluous markup. (GH-8112)
Miss Islington (bot)
webhook-mailer at python.org
Fri Jul 6 05:34:27 EDT 2018
https://github.com/python/cpython/commit/e217d238863b11ab3bab94bc17507b7db7583956
commit: e217d238863b11ab3bab94bc17507b7db7583956
branch: 3.7
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: GitHub <noreply at github.com>
date: 2018年07月06日T02:34:24-07:00
summary:
Doc: Remove superfluous markup. (GH-8112)
The line is speaking of a list of commands, not the list command.
(cherry picked from commit 7943c5e8b525694b837d097d0fcce5097efc5626)
Co-authored-by: Julien Palard <julien at palard.fr>
files:
M Doc/library/pdb.rst
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
More information about the Python-checkins
mailing list