[Python-checkins] bpo-46643: fix NEWS entry (GH-31651)

JelleZijlstra webhook-mailer at python.org
Thu Mar 3 00:27:29 EST 2022


https://github.com/python/cpython/commit/59e1ce95f1e6ea8a556212b8b10cbc122f1a1711
commit: 59e1ce95f1e6ea8a556212b8b10cbc122f1a1711
branch: main
author: Jelle Zijlstra <jelle.zijlstra at gmail.com>
committer: JelleZijlstra <jelle.zijlstra at gmail.com>
date: 2022-03-02T21:27:11-08:00
summary:

bpo-46643: fix NEWS entry (GH-31651)

files:
M Misc/NEWS.d/next/Library/2022-02-09-22-40-11.bpo-46643.aBlIx1.rst

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 82ff831e3887d..6edcfdfd814fd 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.



More information about the Python-checkins mailing list