From 898915d7e244cd19cb4eb6b7100477bf8fe01aa3 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Wed, 5 Apr 2000 15:01:36 +0000 Subject: [PATCH] Noted by Guido: Directionality of up/down were confused. --- Doc/lib/libpdb.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/lib/libpdb.tex b/Doc/lib/libpdb.tex index a054d422b6d..13514f5c6b7 100644 --- a/Doc/lib/libpdb.tex +++ b/Doc/lib/libpdb.tex @@ -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}}}]