From 5710f6cf5231c2a7b8aca33065767dc2fd1bd0c6 Mon Sep 17 00:00:00 2001 From: Jelle Zijlstra Date: Fri, 7 Oct 2022 14:44:56 -0700 Subject: [PATCH] gh-96073: fix backticks in NEWS entry (GH-98056) Automerge-Triggered-By: GH:JelleZijlstra (cherry picked from commit 0f111f53c1815766583ca9d5c06671ad89abcb77) Co-authored-by: Jelle Zijlstra --- .../next/Library/2022-08-29-12-35-28.gh-issue-96073.WaGstf.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Misc/NEWS.d/next/Library/2022-08-29-12-35-28.gh-issue-96073.WaGstf.rst b/Misc/NEWS.d/next/Library/2022-08-29-12-35-28.gh-issue-96073.WaGstf.rst index 0e6dd8d360cbc9..8f20588c4c585e 100644 --- a/Misc/NEWS.d/next/Library/2022-08-29-12-35-28.gh-issue-96073.WaGstf.rst +++ b/Misc/NEWS.d/next/Library/2022-08-29-12-35-28.gh-issue-96073.WaGstf.rst @@ -1 +1 @@ -In :mod:`inspect`, fix overeager replacement of "`typing.`" in formatting annotations. +In :mod:`inspect`, fix overeager replacement of "``typing.``" in formatting annotations.