From 317d389345dd4f4aebc95e60891297678badb46a Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Tue, 27 Aug 2024 17:16:20 +0200 Subject: [3.13] gh-109975: Fix a typo in What's New in Python 3.13 (GH-123393) (#123396) --- Doc/whatsnew/3.13.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/whatsnew/3.13.rst b/Doc/whatsnew/3.13.rst index 8386d7a..6866b82 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. -- cgit v0.12