]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix What's New: use :gh: instead of :issue: (#92395)
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 6 May 2022 12:32:10 +0000 (15:32 +0300)
committerGitHub <noreply@github.com>
Fri, 6 May 2022 12:32:10 +0000 (13:32 +0100)
Doc/whatsnew/3.11.rst

index 07e8332d51b61f6328c728cec1b740862673cdcc..b9871f7ef69f90f3cba83f43cfa80a484493cc37 100644 (file)
@@ -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