[Python-checkins] r63062 - in python/trunk: Doc/library/pdb.rst Lib/pdb.doc Misc/NEWS

georg.brandl python-checkins at python.org
Sun May 11 16:17:14 CEST 2008


Author: georg.brandl
Date: Sun May 11 16:17:13 2008
New Revision: 63062

Log:
Add some sentence endings.


Modified:
   python/trunk/Doc/library/pdb.rst
   python/trunk/Lib/pdb.doc
   python/trunk/Misc/NEWS

Modified: python/trunk/Doc/library/pdb.rst
==============================================================================
--- python/trunk/Doc/library/pdb.rst	(original)
+++ python/trunk/Doc/library/pdb.rst	Sun May 11 16:17:13 2008
@@ -269,7 +269,7 @@
 
 unt(il)
    Continue execution until the line with the the line number greater than the
-   current one is reached or when returning from current frame
+   current one is reached or when returning from current frame.
 
    .. versionadded:: 2.6
 

Modified: python/trunk/Lib/pdb.doc
==============================================================================
--- python/trunk/Lib/pdb.doc	(original)
+++ python/trunk/Lib/pdb.doc	Sun May 11 16:17:13 2008
@@ -130,8 +130,7 @@
 
 unt(il)
         Continue execution until the line with a number greater than the 
-        current one is reached or until the current frame returns
-
+        current one is reached or until the current frame returns.
 
 r(eturn)
         Continue execution until the current function returns.

Modified: python/trunk/Misc/NEWS
==============================================================================
--- python/trunk/Misc/NEWS	(original)
+++ python/trunk/Misc/NEWS	Sun May 11 16:17:13 2008
@@ -68,7 +68,7 @@
 
 - os.path.walk is deprecated in favor of os.walk.
 
-- pdb gained the "until" command
+- pdb gained the "until" command.
 
 Build
 -----


More information about the Python-checkins mailing list