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

index e509f7da65532c6e005bc7c177f8e9c7df523e71..f1db9ab2d89e0515f0d8442483ff032c1591d59d 100644 (file)
@@ -70,11 +70,11 @@ w(here)
 
 d(own) [ count ]
         Move the current frame count (default one) levels down in the
-       stack trace (to a newer frame).
+        stack trace (to a newer frame).
 
 u(p) [ count ]
         Move the current frame count (default one) levels up in the
-       stack trace (to an older frame).
+        stack trace (to an older frame).
 
 b(reak) [ ([filename:]lineno | function) [, condition] ]
         With a filename:line number argument, set a break there.  If
@@ -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.