]> granicus.if.org Git - python/commitdiff
Merged revisions 81834 via svnmerge from
authorBenjamin Peterson <benjamin@python.org>
Tue, 8 Jun 2010 14:58:25 +0000 (14:58 +0000)
committerBenjamin Peterson <benjamin@python.org>
Tue, 8 Jun 2010 14:58:25 +0000 (14:58 +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 511f14739501575897770c236ef55cd3c90603b1..f1cf94922391a997ebd42fdfb5878702b1ff37b5 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -18,8 +18,8 @@ Core and Builtins
   when turned into an exception: in this case the exception simply
   gets ignored.
 
-- In the unicode/str.format(), raise a ValueError when either indexes to
-  arguments are too large.
+- In the unicode/str.format(), raise a ValueError when indexes to arguments are
+  too large.
 
 - Issue #3798: Write sys.exit() message to sys.stderr to use stderr encoding
   and error handler, instead of writing to the C stderr file in utf-8