From 59e1ce95f1e6ea8a556212b8b10cbc122f1a1711 Mon Sep 17 00:00:00 2001 From: Jelle Zijlstra Date: Wed, 2 Mar 2022 21:27:11 -0800 Subject: [PATCH] bpo-46643: fix NEWS entry (GH-31651) --- .../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 82ff831e388..6edcfdfd814 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.