]> granicus.if.org Git - python/commitdiff
Add some sentence endings.
authorGeorg Brandl <georg@python.org>
Sun, 11 May 2008 14:17:13 +0000 (14:17 +0000)
committerGeorg Brandl <georg@python.org>
Sun, 11 May 2008 14:17:13 +0000 (14:17 +0000)
Doc/library/pdb.rst
Lib/pdb.doc
Misc/NEWS

index 4eeec1ee28bcbf4bee5ed85df705c60579f5eecb..c1a0bcd1c14f4a3bfa79d6de375f8120187f2c34 100644 (file)
@@ -269,7 +269,7 @@ n(ext)
 
 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
 
index 1cd2f192cda9732e3aa0d25fecf16604cd69a25b..0d32800ff6c891fd791d1361b3abb5e5b24eff0d 100644 (file)
@@ -130,8 +130,7 @@ n(ext)
 
 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.
index 25a21bd3a1addd5382ad032115fe92bce76e723f..4fd972a1fa5ce6ad49e9860db710e3140ed7e305 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -68,7 +68,7 @@ Library
 
 - os.path.walk is deprecated in favor of os.walk.
 
-- pdb gained the "until" command
+- pdb gained the "until" command.
 
 Build
 -----