From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Sun, 8 May 2022 17:55:44 +0000 (-0700) Subject: Fix use of the default role in a news entry. (GH-92500) X-Git-Tag: v3.9.13~26 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=08907ad687638a7518fd15243f8cba592e94370c;p=thirdparty%2FPython%2Fcpython.git Fix use of the default role in a news entry. (GH-92500) (cherry picked from commit 8883172893b6c3bb553cd22fc351e0206dec8388) Co-authored-by: Ezio Melotti --- 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 9194be9dbf92..4ebca42a7fec 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.