From: Benjamin Peterson Date: Tue, 8 Jun 2010 14:53:29 +0000 (+0000) Subject: kill extra word X-Git-Tag: v2.7rc2~50 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fa4c59fa0cf3e9aad2b26f8c7790eb50b7003d6d;p=thirdparty%2FPython%2Fcpython.git kill extra word --- diff --git a/Misc/NEWS b/Misc/NEWS index 442422812bbb..576002378ffe 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -12,8 +12,8 @@ What's New in Python release candidate 2? 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 -------