From ad72bcc864cf019cad9a4594d7ec9550d7f93e71 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sun, 27 Jun 2010 11:24:15 +0000 Subject: [PATCH] Untabify. --- Lib/pdb.doc | 4 ++-- 1 file 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. -- 2.50.1