From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Tue, 27 Aug 2024 15:16:20 +0000 (+0200) Subject: [3.13] gh-109975: Fix a typo in What's New in Python 3.13 (GH-123393) (#123396) X-Git-Tag: v3.13.0rc2~91 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=317d389345dd4f4aebc95e60891297678badb46a;p=thirdparty%2FPython%2Fcpython.git [3.13] gh-109975: Fix a typo in What's New in Python 3.13 (GH-123393) (#123396) --- diff --git a/Doc/whatsnew/3.13.rst b/Doc/whatsnew/3.13.rst index 8386d7a32294..6866b820e864 100644 --- a/Doc/whatsnew/3.13.rst +++ b/Doc/whatsnew/3.13.rst @@ -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.