From 08c0166ce4cd5b54ec3cd57cd48b57b9bc2e8d3c Mon Sep 17 00:00:00 2001 From: Daniel Hollas Date: Tue, 27 Aug 2024 15:53:45 +0100 Subject: gh-109975: Fix a typo in What's New in Python 3.13 (#123393) --- 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 397ecde..60d0c70 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. -- cgit v0.12