From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Tue, 4 Jun 2024 17:06:14 +0000 (+0200) Subject: [3.13] Fix incorrect pull GitHub link in What's New (GH-120045) (#120052) X-Git-Tag: v3.13.0b2~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=54023a63ccd273776f8b411cb904b1f88fc1e231;p=thirdparty%2FPython%2Fcpython.git [3.13] Fix incorrect pull GitHub link in What's New (GH-120045) (#120052) Co-authored-by: Trey Hunner 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 779388a97304..e655710e083b 100644 --- a/Doc/whatsnew/3.13.rst +++ b/Doc/whatsnew/3.13.rst @@ -994,7 +994,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 --