From: George Yoshida Date: Thu, 11 May 2006 15:53:27 +0000 (+0000) Subject: Grammar fix X-Git-Tag: v2.5b1~673 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4917c34b26997dc6a24550f5ffd9ef50fe7b0eb8;p=python Grammar fix --- diff --git a/Doc/lib/libpdb.tex b/Doc/lib/libpdb.tex index a5b36a6a7e..b252aeb42f 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}}}]