From 3ff29b886151f4503eaac854103448b1d1d04e12 Mon Sep 17 00:00:00 2001 From: Rafael Fontenelle Date: Fri, 19 Jul 2024 23:11:41 -0300 Subject: [PATCH] Fix Contributed typo in 3.13.rst --- Doc/whatsnew/3.13.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`.)