]> granicus.if.org Git - python/commitdiff
Untabify.
authorGeorg Brandl <georg@python.org>
Sun, 27 Jun 2010 11:24:15 +0000 (11:24 +0000)
committerGeorg Brandl <georg@python.org>
Sun, 27 Jun 2010 11:24:15 +0000 (11:24 +0000)
Lib/pdb.doc

index 0d32800ff6c891fd791d1361b3abb5e5b24eff0d..375be2f8be23af580d1fea57fd498904741cdb7f 100644 (file)
@@ -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.