summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libpdb.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2000-04-05 15:01:36 (GMT)
committerFred Drake <fdrake@acm.org>2000-04-05 15:01:36 (GMT)
commit898915d7e244cd19cb4eb6b7100477bf8fe01aa3 (patch)
tree676a721f7f456e7b7ea8e3fc318c60e46eb8322c /Doc/lib/libpdb.tex
parent43b89b637f98b3af762c81378742071c37ee9a30 (diff)
downloadcpython-898915d7e244cd19cb4eb6b7100477bf8fe01aa3.zip
cpython-898915d7e244cd19cb4eb6b7100477bf8fe01aa3.tar.gz
cpython-898915d7e244cd19cb4eb6b7100477bf8fe01aa3.tar.bz2
Noted by Guido:
Directionality of up/down were confused.
Diffstat (limited to 'Doc/lib/libpdb.tex')
-rw-r--r--Doc/lib/libpdb.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/lib/libpdb.tex b/Doc/lib/libpdb.tex
index a054d42..13514f5 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}}}]