[Python-checkins] Fix What's New: use :gh: instead of :issue: (#92395)

pablogsal webhook-mailer at python.org
Fri May 6 08:32:15 EDT 2022


https://github.com/python/cpython/commit/5fbaf80057fb9f1583b7bd1f840e7d2ba0cf27cb
commit: 5fbaf80057fb9f1583b7bd1f840e7d2ba0cf27cb
branch: main
author: Serhiy Storchaka <storchaka at gmail.com>
committer: pablogsal <Pablogsal at gmail.com>
date: 2022-05-06T13:32:10+01:00
summary:

Fix What's New: use :gh: instead of :issue: (#92395)

files:
M Doc/whatsnew/3.11.rst

diff --git a/Doc/whatsnew/3.11.rst b/Doc/whatsnew/3.11.rst
index 07e8332d51b61..b9871f7ef69f9 100644
--- a/Doc/whatsnew/3.11.rst
+++ b/Doc/whatsnew/3.11.rst
@@ -749,7 +749,7 @@ tkinter
 
 * Added method ``info_patchlevel()`` which returns the exact version of
   the Tcl library as a named tuple similar to :data:`sys.version_info`.
-  (Contributed by Serhiy Storchaka in :issue:`91827`.)
+  (Contributed by Serhiy Storchaka in :gh:`91827`.)
 
 
 unicodedata



More information about the Python-checkins mailing list