From: Serhiy Storchaka Date: Fri, 6 May 2022 12:32:10 +0000 (+0300) Subject: Fix What's New: use :gh: instead of :issue: (#92395) X-Git-Tag: v3.11.0b1~8 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5fbaf80057fb9f1583b7bd1f840e7d2ba0cf27cb;p=thirdparty%2FPython%2Fcpython.git Fix What's New: use :gh: instead of :issue: (#92395) --- diff --git a/Doc/whatsnew/3.11.rst b/Doc/whatsnew/3.11.rst index 07e8332d51b6..b9871f7ef69f 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