Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8459447

Browse files
committed
Untabify.
1 parent 7d82106 commit 8459447

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Lib/pdb.doc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,11 @@ w(here)
7070

7171
d(own) [ count ]
7272
Move the current frame count (default one) levels down in the
73-
stack trace (to a newer frame).
73+
stack trace (to a newer frame).
7474

7575
u(p) [ count ]
7676
Move the current frame count (default one) levels up in the
77-
stack trace (to an older frame).
77+
stack trace (to an older frame).
7878

7979
b(reak) [ ([filename:]lineno | function) [, condition] ]
8080
With a filename:line number argument, set a break there. If
@@ -138,8 +138,8 @@ r(eturn)
138138
run [args...]
139139
Restart the debugged python program. If a string is supplied it is
140140
splitted with "shlex", and the result is used as the new sys.argv.
141-
History, breakpoints, actions and debugger options are preserved.
142-
"restart" is an alias for "run".
141+
History, breakpoints, actions and debugger options are preserved.
142+
"restart" is an alias for "run".
143143

144144
c(ont(inue))
145145
Continue execution, only stop when a breakpoint is encountered.

0 commit comments

Comments
 (0)