https://github.com/python/cpython/commit/317d389345dd4f4aebc95e60891297678badb46a
commit: 317d389345dd4f4aebc95e60891297678badb46a
branch: 3.13
author: Miss Islington (bot) <[email protected]>
committer: AA-Turner <[email protected]>
date: 2024-08-27T15:16:20Z
summary:

[3.13] gh-109975: Fix a typo in What's New in Python 3.13 (GH-123393) (#123396)

files:
M Doc/whatsnew/3.13.rst

diff --git a/Doc/whatsnew/3.13.rst b/Doc/whatsnew/3.13.rst
index 8386d7a3229482..6866b820e86473 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.

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]

Reply via email to