gh-109975: Fix a typo in What's New in Python 3.13 (#123393)

This commit is contained in:
Daniel Hollas 2024-08-27 15:53:45 +01:00 committed by GitHub
parent f49a91648a
commit 08c0166ce4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1493,7 +1493,7 @@ Optimizations
Other modules to enjoy import-time speedups include
:mod:`email.utils`, :mod:`enum`, :mod:`functools`,
:mod:`importlib.metadata`, and :mod:`threading`.
(Contributed by Alex Waygood, Shantanu Jain, Adam Turner, Daniel Holla,
(Contributed by Alex Waygood, Shantanu Jain, Adam Turner, Daniel Hollas,
and others in :gh:`109653`.)
* :func:`textwrap.indent` is now around 30% faster than before for large input.