mirror of
https://github.com/python/cpython.git
synced 2025-07-23 11:15:24 +00:00
Noted by Guido:
Directionality of up/down were confused.
This commit is contained in:
parent
43b89b637f
commit
898915d7e2
1 changed files with 2 additions and 2 deletions
|
@ -175,12 +175,12 @@ most commands.
|
|||
\item[d(own)]
|
||||
|
||||
Move the current frame one level down in the stack trace
|
||||
(to an older frame).
|
||||
(to an newer frame).
|
||||
|
||||
\item[u(p)]
|
||||
|
||||
Move the current frame one level up in the stack trace
|
||||
(to a newer frame).
|
||||
(to a older frame).
|
||||
|
||||
\item[b(reak) \optional{\optional{\var{filename}:}\var{lineno}\code{\Large{|}}\var{function}\optional{, \var{condition}}}]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue