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

This commit is contained in:
Miss Islington (bot) 2024-08-27 17:16:20 +02:00 committed by GitHub
parent 69b104a4f1
commit 317d389345
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1480,7 +1480,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.