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

This commit is contained in:
Rafael Fontenelle 2024-07-20 00:46:57 -03:00 committed by GitHub
parent 97248204a1
commit 3de092b82f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View 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`.)