summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 9611e60..b215450 100644
--- 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).