diff options
author | Dennis Sweeney <36520290+sweeneyde@users.noreply.github.com> | 2022-04-30 19:53:59 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-30 19:53:59 (GMT) |
commit | b660d0931e06d4b84b4e03cbc328b58f18bad3ca (patch) | |
tree | 35d9fa19117e49b96e3073ba0320b12d1e2bd885 /Doc | |
parent | 868b1afa05c7847e6ffdd1808916719b511b4bcc (diff) | |
download | cpython-b660d0931e06d4b84b4e03cbc328b58f18bad3ca.zip cpython-b660d0931e06d4b84b4e03cbc328b58f18bad3ca.tar.gz cpython-b660d0931e06d4b84b4e03cbc328b58f18bad3ca.tar.bz2 |
Convert :issue: to :gh: in whatsnew (GH-92089)
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/whatsnew/3.11.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.11.rst b/Doc/whatsnew/3.11.rst index 59c8dd6..0a8ba1e 100644 --- a/Doc/whatsnew/3.11.rst +++ b/Doc/whatsnew/3.11.rst @@ -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 |