From: Trey Hunner Date: Tue, 4 Jun 2024 16:28:08 +0000 (-0700) Subject: Fix incorrect pull GitHub link in What's New (#120045) X-Git-Tag: v3.14.0a1~1607 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5f03f0913413ecc4942367cf62ce3a5a5b5d84a5;p=thirdparty%2FPython%2Fcpython.git Fix incorrect pull GitHub link in What's New (#120045) Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> --- diff --git a/Doc/whatsnew/3.13.rst b/Doc/whatsnew/3.13.rst index 903de3c04b4a..dfbeadce0eea 100644 --- a/Doc/whatsnew/3.13.rst +++ b/Doc/whatsnew/3.13.rst @@ -1006,7 +1006,7 @@ random ------ * Add a :ref:`command-line interface `. - (Contributed by Hugo van Kemenade in :gh:`54321`.) + (Contributed by Hugo van Kemenade in :gh:`118131`.) re --