From: George Yoshida Date: Thu, 11 May 2006 15:54:41 +0000 (+0000) Subject: Grammar fix(backport r45965) X-Git-Tag: v2.4.4c1~223 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=12384b5af09d646bd952d83f4f97da77027f1476;p=thirdparty%2FPython%2Fcpython.git Grammar fix(backport r45965) --- diff --git a/Doc/lib/libpdb.tex b/Doc/lib/libpdb.tex index 6301175d34cc..728ac869a647 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}}}]