From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Sat, 20 Jul 2024 04:03:33 +0000 (+0200) Subject: [3.13] Docs: Fix a typo in What's New in Python 3.13 (GH-122051) (#122052) X-Git-Tag: v3.13.0rc1~86 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1b4c5fe159f0f8e9b9b462e3cc35add99296f92e;p=thirdparty%2FPython%2Fcpython.git [3.13] Docs: Fix a typo in What's New in Python 3.13 (GH-122051) (#122052) Docs: Fix a typo in What's New in Python 3.13 (GH-122051) (cherry picked from commit 3de092b82f5aa02fa293cd654c2ab26556ecf703) Co-authored-by: Rafael Fontenelle --- diff --git a/Doc/whatsnew/3.13.rst b/Doc/whatsnew/3.13.rst index 5c52cc85cab2..02161a1c15e8 100644 --- a/Doc/whatsnew/3.13.rst +++ b/Doc/whatsnew/3.13.rst @@ -424,7 +424,7 @@ Other Language Changes * The :func:`exec` and :func:`eval` built-ins now accept their ``globals`` and ``locals`` namespace arguments as keywords. - (Contibuted by Raphael Gaschignard in :gh:`105879`) + (Contributed by Raphael Gaschignard in :gh:`105879`) * Allow the *count* argument of :meth:`str.replace` to be a keyword. (Contributed by Hugo van Kemenade in :gh:`106487`.)