summaryrefslogtreecommitdiffstats
path: root/Lib/pdb.doc
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/pdb.doc')
-rw-r--r--Lib/pdb.doc4
1 files changed, 2 insertions, 2 deletions
diff --git a/Lib/pdb.doc b/Lib/pdb.doc
index 3beb0c2..81df323 100644
--- a/Lib/pdb.doc
+++ b/Lib/pdb.doc
@@ -70,11 +70,11 @@ w(here)
d(own)
Move the current frame one level down in the stack trace
- (to an older frame).
+ (to a newer frame).
u(p)
Move the current frame one level up in the stack trace
- (to a newer frame).
+ (to an older frame).
b(reak) [ ([filename:]lineno | function) [, condition] ]
With a filename:line number argument, set a break there. If