Docs: Fix a typo in What's New in Python 3.13 (GH-122051)
(cherry picked from commit
3de092b82f5aa02fa293cd654c2ab26556ecf703)
Co-authored-by: Rafael Fontenelle <rffontenelle@users.noreply.github.com>
* 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`.)