]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.12] gh-107891: Fix typo in 3.12 whatsnew (GH-107892) (#107893)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 14 Aug 2023 12:39:30 +0000 (05:39 -0700)
committerGitHub <noreply@github.com>
Mon, 14 Aug 2023 12:39:30 +0000 (14:39 +0200)
gh-107891: Fix typo in 3.12 whatsnew  (GH-107892)
(cherry picked from commit 2e1f688fe0f0a612e54c09f5a7027a834dd8b8d5)

Co-authored-by: wookie184 <wookie1840@gmail.com>
Doc/whatsnew/3.12.rst

index 79e618588143a8ae70066657c8e832e3a0524b32..bf9eadcaefc853bf4ca69abbbd6db7f2dea943c7 100644 (file)
@@ -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