From: Daniel Hollas Date: Tue, 27 Aug 2024 14:53:45 +0000 (+0100) Subject: gh-109975: Fix a typo in What's New in Python 3.13 (#123393) X-Git-Tag: v3.14.0a1~670 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=08c0166ce4cd5b54ec3cd57cd48b57b9bc2e8d3c;p=thirdparty%2FPython%2Fcpython.git gh-109975: Fix a typo in What's New in Python 3.13 (#123393) --- diff --git a/Doc/whatsnew/3.13.rst b/Doc/whatsnew/3.13.rst index 397ecde57180..60d0c7090193 100644 --- a/Doc/whatsnew/3.13.rst +++ b/Doc/whatsnew/3.13.rst @@ -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.