From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Fri, 7 Oct 2022 22:38:35 +0000 (-0700) Subject: gh-96073: fix backticks in NEWS entry (GH-98056) X-Git-Tag: v3.10.8~24 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8c81d330b98db3624317feb5f77a594d2b00d299;p=thirdparty%2FPython%2Fcpython.git gh-96073: fix backticks in NEWS entry (GH-98056) Automerge-Triggered-By: GH:JelleZijlstra (cherry picked from commit 0f111f53c1815766583ca9d5c06671ad89abcb77) Co-authored-by: Jelle Zijlstra --- 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 0e6dd8d360cb..8f20588c4c58 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.