mirror of
https://github.com/python/cpython.git
synced 2025-08-30 21:48:47 +00:00
Docs: Fix a typo in What's New in Python 3.13 (#122051)
This commit is contained in:
parent
97248204a1
commit
3de092b82f
1 changed files with 1 additions and 1 deletions
|
@ -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`.)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue