Skip to content

Commit 1b4c5fe

Browse files
[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 3de092b) Co-authored-by: Rafael Fontenelle <[email protected]>
1 parent f3c79cb commit 1b4c5fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/whatsnew/3.13.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ Other Language Changes
424424

425425
* The :func:`exec` and :func:`eval` built-ins now accept their ``globals``
426426
and ``locals`` namespace arguments as keywords.
427-
(Contibuted by Raphael Gaschignard in :gh:`105879`)
427+
(Contributed by Raphael Gaschignard in :gh:`105879`)
428428

429429
* Allow the *count* argument of :meth:`str.replace` to be a keyword.
430430
(Contributed by Hugo van Kemenade in :gh:`106487`.)

0 commit comments

Comments
 (0)