https://github.com/python/cpython/commit/54023a63ccd273776f8b411cb904b1f88fc1e231 commit: 54023a63ccd273776f8b411cb904b1f88fc1e231 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2024-06-04T11:06:14-06:00 summary:
[3.13] Fix incorrect pull GitHub link in What's New (GH-120045) (#120052) Co-authored-by: Trey Hunner <[email protected]> Co-authored-by: Hugo van Kemenade <[email protected]> files: M Doc/whatsnew/3.13.rst diff --git a/Doc/whatsnew/3.13.rst b/Doc/whatsnew/3.13.rst index 779388a97304b7..e655710e083bbc 100644 --- a/Doc/whatsnew/3.13.rst +++ b/Doc/whatsnew/3.13.rst @@ -994,7 +994,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 -- _______________________________________________ Python-checkins mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-checkins.python.org/ Member address: [email protected]
