]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Docs: Fix a typo in What's New in Python 3.13 (#122051)
authorRafael Fontenelle <rffontenelle@users.noreply.github.com>
Sat, 20 Jul 2024 03:46:57 +0000 (00:46 -0300)
committerGitHub <noreply@github.com>
Sat, 20 Jul 2024 03:46:57 +0000 (04:46 +0100)
Doc/whatsnew/3.13.rst

index 2d9e6c6f7a8d614bd96c7ad70edf7dd977cd8c32..e89abfdd292f4859d1b25cb17fbcaf38eb61eb68 100644 (file)
@@ -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`.)