From: Rafael Fontenelle Date: Sat, 20 Jul 2024 03:46:57 +0000 (-0300) Subject: Docs: Fix a typo in What's New in Python 3.13 (#122051) X-Git-Tag: v3.14.0a1~1048 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3de092b82f5aa02fa293cd654c2ab26556ecf703;p=thirdparty%2FPython%2Fcpython.git Docs: Fix a typo in What's New in Python 3.13 (#122051) --- diff --git a/Doc/whatsnew/3.13.rst b/Doc/whatsnew/3.13.rst index 2d9e6c6f7a8d..e89abfdd292f 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`.)