summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew/3.11.rst
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2022-05-06 12:32:10 (GMT)
committerGitHub <noreply@github.com>2022-05-06 12:32:10 (GMT)
commit5fbaf80057fb9f1583b7bd1f840e7d2ba0cf27cb (patch)
treec07ac68638ace1a8e4bac3c2710c173f302cd9ab /Doc/whatsnew/3.11.rst
parent15dbe8570f215bfb4910cdd79b43dafb2ab6b38f (diff)
downloadcpython-5fbaf80057fb9f1583b7bd1f840e7d2ba0cf27cb.zip
cpython-5fbaf80057fb9f1583b7bd1f840e7d2ba0cf27cb.tar.gz
cpython-5fbaf80057fb9f1583b7bd1f840e7d2ba0cf27cb.tar.bz2
Fix What's New: use :gh: instead of :issue: (#92395)
Diffstat (limited to 'Doc/whatsnew/3.11.rst')
-rw-r--r--Doc/whatsnew/3.11.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.11.rst b/Doc/whatsnew/3.11.rst
index 07e8332..b9871f7 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