diff options
author | Georg Brandl <georg@python.org> | 2010-06-27 11:24:15 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-06-27 11:24:15 (GMT) |
commit | ad72bcc864cf019cad9a4594d7ec9550d7f93e71 (patch) | |
tree | 90ecddca9f582daaae33c38f8be30e32395da6fe | |
parent | ec83e3d43cbe0a177a1a7ff129d8835d3381e466 (diff) | |
download | cpython-ad72bcc864cf019cad9a4594d7ec9550d7f93e71.zip cpython-ad72bcc864cf019cad9a4594d7ec9550d7f93e71.tar.gz cpython-ad72bcc864cf019cad9a4594d7ec9550d7f93e71.tar.bz2 |
Untabify.
-rw-r--r-- | Lib/pdb.doc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Lib/pdb.doc b/Lib/pdb.doc index 0d32800..375be2f 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. |