https://github.com/python/cpython/commit/3de092b82f5aa02fa293cd654c2ab26556ecf703
commit: 3de092b82f5aa02fa293cd654c2ab26556ecf703
branch: main
author: Rafael Fontenelle <rffontene...@users.noreply.github.com>
committer: AA-Turner <9087854+aa-tur...@users.noreply.github.com>
date: 2024-07-20T04:46:57+01:00
summary:

Docs: Fix a typo in What's New in Python 3.13 (#122051)

files:
M Doc/whatsnew/3.13.rst

diff --git a/Doc/whatsnew/3.13.rst b/Doc/whatsnew/3.13.rst
index 2d9e6c6f7a8d61..e89abfdd292f48 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`.)

_______________________________________________
Python-checkins mailing list -- python-checkins@python.org
To unsubscribe send an email to python-checkins-le...@python.org
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: arch...@mail-archive.com

Reply via email to