diff options
author | George Yoshida <dynkin@gmail.com> | 2006-05-11 15:53:27 (GMT) |
---|---|---|
committer | George Yoshida <dynkin@gmail.com> | 2006-05-11 15:53:27 (GMT) |
commit | 4917c34b26997dc6a24550f5ffd9ef50fe7b0eb8 (patch) | |
tree | 8791f5266a8e9b4d5d440ca36e656a72b8b65fd0 /Doc | |
parent | 879768dd97f98626c919a460a90dd0d54855de9c (diff) | |
download | cpython-4917c34b26997dc6a24550f5ffd9ef50fe7b0eb8.zip cpython-4917c34b26997dc6a24550f5ffd9ef50fe7b0eb8.tar.gz cpython-4917c34b26997dc6a24550f5ffd9ef50fe7b0eb8.tar.bz2 |
Grammar fix
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libpdb.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/lib/libpdb.tex b/Doc/lib/libpdb.tex index a5b36a6..b252aeb 100644 --- a/Doc/lib/libpdb.tex +++ b/Doc/lib/libpdb.tex @@ -178,12 +178,12 @@ most commands. \item[d(own)] Move the current frame one level down in the stack trace -(to an newer frame). +(to a newer frame). \item[u(p)] Move the current frame one level up in the stack trace -(to a older frame). +(to an older frame). \item[b(reak) \optional{\optional{\var{filename}:}\var{lineno}\code{\Large{|}}\var{function}\optional{, \var{condition}}}] |