diff options
author | wookie184 <wookie1840@gmail.com> | 2023-08-12 12:05:22 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-12 12:05:22 (GMT) |
commit | 2e1f688fe0f0a612e54c09f5a7027a834dd8b8d5 (patch) | |
tree | bc0793a797f5b77a93cfb99b3cbfee4c511a6ca5 | |
parent | 2e27da18952c6561f48dab706b5911135cedd7cf (diff) | |
download | cpython-2e1f688fe0f0a612e54c09f5a7027a834dd8b8d5.zip cpython-2e1f688fe0f0a612e54c09f5a7027a834dd8b8d5.tar.gz cpython-2e1f688fe0f0a612e54c09f5a7027a834dd8b8d5.tar.bz2 |
gh-107891: Fix typo in 3.12 whatsnew (#107892)
-rw-r--r-- | Doc/whatsnew/3.12.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.12.rst b/Doc/whatsnew/3.12.rst index 8ed4354..65ca4c3 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 |