mirror of
https://github.com/python/cpython.git
synced 2026-03-27 15:10:56 +00:00
Remove bogus character.
This commit is contained in:
parent
70f5f7a9f4
commit
f62eee1c2a
1 changed files with 1 additions and 1 deletions
|
|
@ -1051,7 +1051,7 @@ def help_commands(self):
|
|||
step, next, 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·
|
||||
(even with a simple next or step), you may encounter
|
||||
another breakpoint--which could have its own command list, leading to
|
||||
ambiguities about which list to execute.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue