summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2023-08-14 12:39:30 (GMT)
committerGitHub <noreply@github.com>2023-08-14 12:39:30 (GMT)
commit39ce30dd3ed13e5ce275d1aaa9ee1d8c5ba62f17 (patch)
treeb3684c1f876ea229ff3d4ab9e9a840d6c6a44bd9
parentd20d52bc4d9910666706ea1fb4ca790f87acd06e (diff)
downloadcpython-39ce30dd3ed13e5ce275d1aaa9ee1d8c5ba62f17.zip
cpython-39ce30dd3ed13e5ce275d1aaa9ee1d8c5ba62f17.tar.gz
cpython-39ce30dd3ed13e5ce275d1aaa9ee1d8c5ba62f17.tar.bz2
[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@gmail.com>
-rw-r--r--Doc/whatsnew/3.12.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.12.rst b/Doc/whatsnew/3.12.rst
index 79e6185..bf9eadc 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