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

AlexWaygood webhook-mailer at python.org
Sat Aug 12 08:05:25 EDT 2023


https://github.com/python/cpython/commit/2e1f688fe0f0a612e54c09f5a7027a834dd8b8d5
commit: 2e1f688fe0f0a612e54c09f5a7027a834dd8b8d5
branch: main
author: wookie184 <wookie1840 at gmail.com>
committer: AlexWaygood <Alex.Waygood at Gmail.com>
date: 2023-08-12T12:05:22Z
summary:

gh-107891: Fix typo in 3.12 whatsnew  (#107892)

files:
M Doc/whatsnew/3.12.rst

diff --git a/Doc/whatsnew/3.12.rst b/Doc/whatsnew/3.12.rst
index 8ed435476c9ce..65ca4c332ce35 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