From 01156d28d7995e88fd044ae2afece86a782fccdf Mon Sep 17 00:00:00 2001 From: sweeneyde Date: Thu, 10 Feb 2022 17:33:52 -0500 Subject: [PATCH] Add newline at end of NEWS entry --- .../next/Library/2021-08-19-09-29-43.bpo-44953.27ZyUd.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Misc/NEWS.d/next/Library/2021-08-19-09-29-43.bpo-44953.27ZyUd.rst b/Misc/NEWS.d/next/Library/2021-08-19-09-29-43.bpo-44953.27ZyUd.rst index 0d54ef006af3e59..0eb235eca4fc01b 100644 --- a/Misc/NEWS.d/next/Library/2021-08-19-09-29-43.bpo-44953.27ZyUd.rst +++ b/Misc/NEWS.d/next/Library/2021-08-19-09-29-43.bpo-44953.27ZyUd.rst @@ -1 +1 @@ -Calling ``operator.itemgetter`` objects and ``operator.attrgetter`` objects is now faster due to use of the vectorcall calling convention. \ No newline at end of file +Calling ``operator.itemgetter`` objects and ``operator.attrgetter`` objects is now faster due to use of the vectorcall calling convention.