diff --git a/Misc/NEWS b/Misc/NEWS index 442422812bb..576002378ff 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 -------