[Python-checkins] [3.12] gh-107891: Fix typo in 3.12 whatsnew (GH-107892) (#107893)

Yhg1s webhook-mailer at python.org
Mon Aug 14 08:39:34 EDT 2023


https://github.com/python/cpython/commit/39ce30dd3ed13e5ce275d1aaa9ee1d8c5ba62f17
commit: 39ce30dd3ed13e5ce275d1aaa9ee1d8c5ba62f17
branch: 3.12
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: Yhg1s <thomas at python.org>
date: 2023-08-14T14:39:30+02:00
summary:

[3.12] gh-107891: Fix typo in 3.12 whatsnew  (GH-107892) (#107893)

gh-107891: Fix typo in 3.12 whatsnew  (GH-107892)
(cherry picked from commit 2e1f688fe0f0a612e54c09f5a7027a834dd8b8d5)

Co-authored-by: wookie184 <wookie1840 at gmail.com>

files:
M Doc/whatsnew/3.12.rst

diff --git a/Doc/whatsnew/3.12.rst b/Doc/whatsnew/3.12.rst
index 79e618588143a..bf9eadcaefc85 100644
--- a/Doc/whatsnew/3.12.rst
+++ b/Doc/whatsnew/3.12.rst
@@ -1576,7 +1576,7 @@ Changes in the Python API
       1,13-1,17:          FSTRING_MIDDLE ' end'
       1,17-1,18:          FSTRING_END    '"'
 
-  Additionally, there may be some minor behavioral changes as a consecuence of the
+  Additionally, there may be some minor behavioral changes as a consequence of the
   changes required to support :pep:`701`. Some of these changes include:
 
   * The ``type`` attribute of the tokens emitted when tokenizing some invalid Python



More information about the Python-checkins mailing list