]> granicus.if.org Git - python/commitdiff
Noted by Guido:
authorFred Drake <fdrake@acm.org>
Wed, 5 Apr 2000 15:01:36 +0000 (15:01 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 5 Apr 2000 15:01:36 +0000 (15:01 +0000)
Directionality of up/down were confused.

Doc/lib/libpdb.tex

index a054d422b6d80c60836865bd168d82e5fcc20a23..13514f5c6b711f73a52f6b61680214a7d6d34dd2 100644 (file)
@@ -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}}}]