summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Lib/pdb.doc4
1 files changed, 2 insertions, 2 deletions
diff --git a/Lib/pdb.doc b/Lib/pdb.doc
index 0d32800ff6..375be2f8be 100644
--- a/Lib/pdb.doc
+++ b/Lib/pdb.doc
@@ -138,8 +138,8 @@ r(eturn)
run [args...]
Restart the debugged python program. If a string is supplied it is
splitted 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".
+ History, breakpoints, actions and debugger options are preserved.
+ "restart" is an alias for "run".
c(ont(inue))
Continue execution, only stop when a breakpoint is encountered.