[Python-checkins] r45965 - python/trunk/Doc/lib/libpdb.tex

george.yoshida python-checkins at python.org
Thu May 11 17:53:29 CEST 2006


Author: george.yoshida
Date: Thu May 11 17:53:27 2006
New Revision: 45965

Modified:
   python/trunk/Doc/lib/libpdb.tex
Log:
Grammar fix


Modified: python/trunk/Doc/lib/libpdb.tex
==============================================================================
--- python/trunk/Doc/lib/libpdb.tex	(original)
+++ python/trunk/Doc/lib/libpdb.tex	Thu May 11 17:53:27 2006
@@ -178,12 +178,12 @@
 \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}}}]
 


More information about the Python-checkins mailing list