diff options
author | Martin Panter <vadmium+py@gmail.com> | 2016-11-21 00:15:20 (GMT) |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2016-11-21 00:15:20 (GMT) |
commit | 357ed2e57703a92faaae1236813a6d3e2b3d910f (patch) | |
tree | 0d308e1ecdf1c92698701af950aec86f6e6aec17 /Doc/library/pdb.rst | |
parent | b24569a19db79f031045747f55cb5b5fff7374e1 (diff) | |
download | cpython-357ed2e57703a92faaae1236813a6d3e2b3d910f.zip cpython-357ed2e57703a92faaae1236813a6d3e2b3d910f.tar.gz cpython-357ed2e57703a92faaae1236813a6d3e2b3d910f.tar.bz2 |
Change double hyphens (en dashes) to em (longer) dashes
Diffstat (limited to 'Doc/library/pdb.rst')
-rw-r--r-- | Doc/library/pdb.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/pdb.rst b/Doc/library/pdb.rst index d77de2e..ba9e547 100644 --- a/Doc/library/pdb.rst +++ b/Doc/library/pdb.rst @@ -328,7 +328,7 @@ by the local file. return, jump, quit and their abbreviations) 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 + breakpoint—which could have its own command list, leading to ambiguities about which list to execute. If you use the 'silent' command in the command list, the usual message about |