]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Grammar fix(backport r45965)
authorGeorge Yoshida <dynkin@gmail.com>
Thu, 11 May 2006 15:54:41 +0000 (15:54 +0000)
committerGeorge Yoshida <dynkin@gmail.com>
Thu, 11 May 2006 15:54:41 +0000 (15:54 +0000)
Doc/lib/libpdb.tex

index 6301175d34cc19cfa98f6ea331e555f0a577ba36..728ac869a647f17f328400bbf85d5b005b2d93f1 100644 (file)
@@ -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}}}]