diff --git a/Misc/NEWS b/Misc/NEWS index 6f2a8c8681c..52cb82594ec 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -32,7 +32,7 @@ Core and Builtins - Issue #13598: Modify string.Formatter to support auto-numbering of replacement fields. It now matches the behavior of str.format() in - this regard. + this regard. Patches by Phil Elson and Ramchandra Apte. Library -------