[Python-checkins] Fix use of the default role in a news entry. (#92500)

ezio-melotti webhook-mailer at python.org
Sun May 8 13:33:24 EDT 2022


https://github.com/python/cpython/commit/8883172893b6c3bb553cd22fc351e0206dec8388
commit: 8883172893b6c3bb553cd22fc351e0206dec8388
branch: 3.10
author: Ezio Melotti <ezio.melotti at gmail.com>
committer: ezio-melotti <ezio.melotti at gmail.com>
date: 2022-05-08T19:32:54+02:00
summary:

Fix use of the default role in a news entry. (#92500)

files:
M Misc/NEWS.d/next/Documentation/2022-04-24-22-09-31.gh-issue-91888.kTjJLx.rst

diff --git a/Misc/NEWS.d/next/Documentation/2022-04-24-22-09-31.gh-issue-91888.kTjJLx.rst b/Misc/NEWS.d/next/Documentation/2022-04-24-22-09-31.gh-issue-91888.kTjJLx.rst
index 9194be9dbf92d..4ebca42a7fec5 100644
--- a/Misc/NEWS.d/next/Documentation/2022-04-24-22-09-31.gh-issue-91888.kTjJLx.rst
+++ b/Misc/NEWS.d/next/Documentation/2022-04-24-22-09-31.gh-issue-91888.kTjJLx.rst
@@ -1 +1 @@
-Add a new `gh` role to the documentation to link to GitHub issues.
+Add a new ``gh`` role to the documentation to link to GitHub issues.



More information about the Python-checkins mailing list