mirror of
https://github.com/python/cpython.git
synced 2025-08-01 07:33:08 +00:00
Remove stray odd character; grammar fix
This commit is contained in:
parent
9b915673b7
commit
9c90635bcb
1 changed files with 2 additions and 2 deletions
|
@ -243,7 +243,7 @@ commands [*bpnumber*]
|
||||||
Specifying any command resuming execution (currently continue, step, next,
|
Specifying any command resuming execution (currently continue, step, next,
|
||||||
return, jump, quit and their abbreviations) terminates the command list (as if
|
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
|
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
|
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.
|
which list to execute.
|
||||||
|
|
||||||
|
@ -334,7 +334,7 @@ unalias *name*
|
||||||
(Pdb)
|
(Pdb)
|
||||||
|
|
||||||
run [*args* ...]
|
run [*args* ...]
|
||||||
Restart the debugged python program. If an argument is supplied, it is splitted
|
Restart the debugged python program. If an argument is supplied, it is split
|
||||||
with "shlex" and the result is used as the new sys.argv. History, breakpoints,
|
with "shlex" and the result is used as the new sys.argv. History, breakpoints,
|
||||||
actions and debugger options are preserved. "restart" is an alias for "run".
|
actions and debugger options are preserved. "restart" is an alias for "run".
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue