diff options
author | Adam Turner <9087854+AA-Turner@users.noreply.github.com> | 2024-10-01 07:18:59 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-01 07:18:59 (GMT) |
commit | 882369026481f904520784ebbbef9897059dc6f6 (patch) | |
tree | c9c64eaa684865adcce404c66d5f178b842ce9ad /Doc | |
parent | 133e929a791d209b578b4822a7a07f4570b3803b (diff) | |
download | cpython-882369026481f904520784ebbbef9897059dc6f6.zip cpython-882369026481f904520784ebbbef9897059dc6f6.tar.gz cpython-882369026481f904520784ebbbef9897059dc6f6.tar.bz2 |
GH-109975: Copyedit 3.13 What's New: Note delayed expected release date for Python 3.13.0 (GH-124827)
Note delayed expected release date of 3.13.0
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/whatsnew/3.13.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.13.rst b/Doc/whatsnew/3.13.rst index 52fe749..506666d 100644 --- a/Doc/whatsnew/3.13.rst +++ b/Doc/whatsnew/3.13.rst @@ -46,7 +46,7 @@ when researching a change. This article explains the new features in Python 3.13, compared to 3.12. -Python 3.13 will be released on October 1, 2024. +Python 3.13 will be released on October 7, 2024. For full details, see the :ref:`changelog <changelog>`. .. seealso:: |