From 52b8c60aa129d80de438d78572fca1f38680b2d3 Mon Sep 17 00:00:00 2001 From: Jelle Zijlstra Date: Wed, 2 Mar 2022 20:59:41 -0800 Subject: [PATCH] bpo-46643: fix NEWS entry --- .../next/Library/2022-02-09-22-40-11.bpo-46643.aBlIx1.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Misc/NEWS.d/next/Library/2022-02-09-22-40-11.bpo-46643.aBlIx1.rst b/Misc/NEWS.d/next/Library/2022-02-09-22-40-11.bpo-46643.aBlIx1.rst index 82ff831e3887df5..6edcfdfd814fd80 100644 --- a/Misc/NEWS.d/next/Library/2022-02-09-22-40-11.bpo-46643.aBlIx1.rst +++ b/Misc/NEWS.d/next/Library/2022-02-09-22-40-11.bpo-46643.aBlIx1.rst @@ -1 +1,3 @@ -In :func:`typing.get_type_hints`, support evaluating stringified ``ParamSpecArgs`` and ``ParamSpecKwargs`` annotations. Patch by Gregory Beauregard. +In :func:`typing.get_type_hints`, support evaluating stringified +``ParamSpecArgs`` and ``ParamSpecKwargs`` annotations. Patch by +Gregory Beauregard.