]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.13] gh-109975: Fix a typo in What's New in Python 3.13 (GH-123393) (#123396)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 27 Aug 2024 15:16:20 +0000 (17:16 +0200)
committerGitHub <noreply@github.com>
Tue, 27 Aug 2024 15:16:20 +0000 (15:16 +0000)
Doc/whatsnew/3.13.rst

index 8386d7a3229482b8b05a8ab2a541912aa83b7a1a..6866b820e8647361835059c22945158b107930fd 100644 (file)
@@ -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.