Skip to content

Commit

Permalink
Remove pep reference
Browse files Browse the repository at this point in the history
  • Loading branch information
nineteendo committed Sep 4, 2024
1 parent b5e8ac4 commit 53f3f58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Doc/whatsnew/3.14.rst
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ New Features
Other Language Changes
======================

* :pep:`618`: The :func:`map` function now has an optional ``strict`` flag, used
to require that all the iterables have an equal length.
* The :func:`map` function now has an optional ``strict`` flag like
:func:`zip`, used to require that all the iterables have an equal length.
(Contributed by Wannes Boeykens in :gh:`119793`.)

New Modules
Expand Down

0 comments on commit 53f3f58

Please sign in to comment.