Commit 898915d7 authored by Fred Drake's avatar Fred Drake

Noted by Guido:

Directionality of up/down were confused.
parent 43b89b63
...@@ -175,12 +175,12 @@ most commands. ...@@ -175,12 +175,12 @@ most commands.
\item[d(own)] \item[d(own)]
Move the current frame one level down in the stack trace Move the current frame one level down in the stack trace
(to an older frame). (to an newer frame).
\item[u(p)] \item[u(p)]
Move the current frame one level up in the stack trace 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}}}] \item[b(reak) \optional{\optional{\var{filename}:}\var{lineno}\code{\Large{|}}\var{function}\optional{, \var{condition}}}]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment