Skip to content

Commit 3de092b

Browse files
authored
Docs: Fix a typo in What's New in Python 3.13 (#122051)
1 parent 9724820 commit 3de092b

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)