]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Convert :issue: to :gh: in whatsnew (GH-92089)
authorDennis Sweeney <36520290+sweeneyde@users.noreply.github.com>
Sat, 30 Apr 2022 19:53:59 +0000 (15:53 -0400)
committerGitHub <noreply@github.com>
Sat, 30 Apr 2022 19:53:59 +0000 (15:53 -0400)
Doc/whatsnew/3.11.rst

index 59c8dd6e44732ac19c02414f324abe9410d03f81..0a8ba1e8843e06bbcb26ce4244bbf5a28d067d40 100644 (file)
@@ -1059,7 +1059,7 @@ Deprecated
   a :exc:`DeprecationWarning`.
   In a future Python version they will be a :exc:`SyntaxWarning` and
   eventually a :exc:`SyntaxError`.
-  (Contributed by Serhiy Storchaka in :issue:`81548`.)
+  (Contributed by Serhiy Storchaka in :gh:`81548`.)
 
 * The :mod:`lib2to3` package and ``2to3`` tool are now deprecated and may not
   be able to parse Python 3.10 or newer. See the :pep:`617` (New PEG parser for