https://github.com/python/cpython/commit/5f03f0913413ecc4942367cf62ce3a5a5b5d84a5 commit: 5f03f0913413ecc4942367cf62ce3a5a5b5d84a5 branch: main author: Trey Hunner <[email protected]> committer: hugovk <[email protected]> date: 2024-06-04T16:28:08Z summary:
Fix incorrect pull GitHub link in What's New (#120045) 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 903de3c04b4a07..dfbeadce0eea27 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 -- _______________________________________________ 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]
