]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-107891: Fix typo in 3.12 whatsnew (#107892)
authorwookie184 <wookie1840@gmail.com>
Sat, 12 Aug 2023 12:05:22 +0000 (13:05 +0100)
committerGitHub <noreply@github.com>
Sat, 12 Aug 2023 12:05:22 +0000 (12:05 +0000)
Doc/whatsnew/3.12.rst

index 8ed435476c9cec2e0aad3b0547c0f64d598d9da3..65ca4c332ce35fa387b9ca39e20436683b3a8eab 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