From: Georg Brandl Date: Sun, 27 Jun 2010 11:24:15 +0000 (+0000) Subject: Untabify. X-Git-Tag: v2.7~54 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ad72bcc864cf019cad9a4594d7ec9550d7f93e71;p=thirdparty%2FPython%2Fcpython.git Untabify. --- diff --git a/Lib/pdb.doc b/Lib/pdb.doc index 0d32800ff6c8..375be2f8be23 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.