mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
gh-109975: Fix a typo in What's New in Python 3.13 (#123393)
This commit is contained in:
parent
f49a91648a
commit
08c0166ce4
1 changed files with 1 additions and 1 deletions
|
@ -1493,7 +1493,7 @@ Optimizations
|
||||||
Other modules to enjoy import-time speedups include
|
Other modules to enjoy import-time speedups include
|
||||||
:mod:`email.utils`, :mod:`enum`, :mod:`functools`,
|
:mod:`email.utils`, :mod:`enum`, :mod:`functools`,
|
||||||
:mod:`importlib.metadata`, and :mod:`threading`.
|
: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`.)
|
and others in :gh:`109653`.)
|
||||||
|
|
||||||
* :func:`textwrap.indent` is now around 30% faster than before for large input.
|
* :func:`textwrap.indent` is now around 30% faster than before for large input.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue