https://github.com/python/cpython/commit/08c0166ce4cd5b54ec3cd57cd48b57b9bc2e8d3c
commit: 08c0166ce4cd5b54ec3cd57cd48b57b9bc2e8d3c
branch: main
author: Daniel Hollas <daniel.hol...@bristol.ac.uk>
committer: AA-Turner <9087854+aa-tur...@users.noreply.github.com>
date: 2024-08-27T15:53:45+01:00
summary:

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

files:
M Doc/whatsnew/3.13.rst

diff --git a/Doc/whatsnew/3.13.rst b/Doc/whatsnew/3.13.rst
index 397ecde571805b..60d0c7090193f3 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.

_______________________________________________
Python-checkins mailing list -- python-checkins@python.org
To unsubscribe send an email to python-checkins-le...@python.org
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: arch...@mail-archive.com

Reply via email to