summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTrey Hunner <trey@treyhunner.com>2024-06-04 16:28:08 (GMT)
committerGitHub <noreply@github.com>2024-06-04 16:28:08 (GMT)
commit5f03f0913413ecc4942367cf62ce3a5a5b5d84a5 (patch)
treef83335ba22c9d04a5b207b3964030c58d212abe3
parent8fc7653766b106bdbc4ff6154e0020aea4ab15e6 (diff)
downloadcpython-5f03f0913413ecc4942367cf62ce3a5a5b5d84a5.zip
cpython-5f03f0913413ecc4942367cf62ce3a5a5b5d84a5.tar.gz
cpython-5f03f0913413ecc4942367cf62ce3a5a5b5d84a5.tar.bz2
Fix incorrect pull GitHub link in What's New (#120045)
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
-rw-r--r--Doc/whatsnew/3.13.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.13.rst b/Doc/whatsnew/3.13.rst
index 903de3c..dfbeadc 100644
--- a/Doc/whatsnew/3.13.rst
+++ b/Doc/whatsnew/3.13.rst
@@ -1006,7 +1006,7 @@ random
------
* Add a :ref:`command-line interface <random-cli>`.
- (Contributed by Hugo van Kemenade in :gh:`54321`.)
+ (Contributed by Hugo van Kemenade in :gh:`118131`.)
re
--