[Python-checkins] r81834 - python/trunk/Misc/NEWS

benjamin.peterson python-checkins at python.org
Tue Jun 8 16:53:29 CEST 2010


Author: benjamin.peterson
Date: Tue Jun  8 16:53:29 2010
New Revision: 81834

Log:
kill extra word

Modified:
   python/trunk/Misc/NEWS

Modified: python/trunk/Misc/NEWS
==============================================================================
--- python/trunk/Misc/NEWS	(original)
+++ python/trunk/Misc/NEWS	Tue Jun  8 16:53:29 2010
@@ -12,8 +12,8 @@
 Core and Builtins
 -----------------
 
-- 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.
 
 Library
 -------


More information about the Python-checkins mailing list