]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-46643: fix NEWS entry (GH-31651)
authorJelle Zijlstra <jelle.zijlstra@gmail.com>
Thu, 3 Mar 2022 05:27:11 +0000 (21:27 -0800)
committerGitHub <noreply@github.com>
Thu, 3 Mar 2022 05:27:11 +0000 (21:27 -0800)
Misc/NEWS.d/next/Library/2022-02-09-22-40-11.bpo-46643.aBlIx1.rst

index 82ff831e3887df5c1b49d7cc43f4ac7a8fb74b5b..6edcfdfd814fd80b2e6400801f4a72b62aedfddb 100644 (file)
@@ -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.