]> granicus.if.org Git - python/commitdiff
Merged revisions 81834 via svnmerge from
authorBenjamin Peterson <benjamin@python.org>
Tue, 8 Jun 2010 14:57:22 +0000 (14:57 +0000)
committerBenjamin Peterson <benjamin@python.org>
Tue, 8 Jun 2010 14:57:22 +0000 (14:57 +0000)
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r81834 | benjamin.peterson | 2010-06-08 09:53:29 -0500 (Tue, 08 Jun 2010) | 1 line

  kill extra word
........

Misc/NEWS

index 9611e6082e7dad77659d8fa1981f8325716ac1ac..b21545033f6086c9d786974ee07dbe26f8fad84e 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -15,8 +15,8 @@ Core and Builtins
 - Issue #8837: Remove "O?" format of PyArg_Parse*() functions. The format is no
   used anymore and it was never documented.
 
-- In the str.format(), raise a ValueError when either indexes to arguments are
-  too large.
+- In the str.format(), raise a ValueError when indexes to arguments are too
+  large.
 
 - Issue #2844: Make int('42', n) consistently raise ValueError for
   invalid integers n (including n = -909).