[Python-checkins] gh-96073: fix backticks in NEWS entry (GH-98056)

miss-islington webhook-mailer at python.org
Fri Oct 7 18:40:00 EDT 2022


https://github.com/python/cpython/commit/9dea4e218f61b4c97db0099d70f9f59a93e9e371
commit: 9dea4e218f61b4c97db0099d70f9f59a93e9e371
branch: 3.11
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: miss-islington <31488909+miss-islington at users.noreply.github.com>
date: 2022-10-07T15:39:54-07:00
summary:

gh-96073: fix backticks in NEWS entry (GH-98056)


Automerge-Triggered-By: GH:JelleZijlstra
(cherry picked from commit 0f111f53c1815766583ca9d5c06671ad89abcb77)

Co-authored-by: Jelle Zijlstra <jelle.zijlstra at gmail.com>

files:
M Misc/NEWS.d/next/Library/2022-08-29-12-35-28.gh-issue-96073.WaGstf.rst

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.



More information about the Python-checkins mailing list