mirror of
https://github.com/python/cpython.git
synced 2026-01-04 14:32:21 +00:00
[3.12] Fix typo in py312 whatsnew: add missing closing paren (GH-110255) (#110257)
Fix typo in py312 whatsnew: add missing closing paren (GH-110255)
(cherry picked from commit 8c071373f1)
Co-authored-by: Lele Gaifax <lele@metapensiero.it>
This commit is contained in:
parent
b0b9b91f78
commit
64afbf6f28
1 changed files with 1 additions and 1 deletions
|
|
@ -303,7 +303,7 @@ Let's cover these in detail:
|
|||
See :pep:`701` for more details.
|
||||
|
||||
As a positive side-effect of how this feature has been implemented (by parsing f-strings
|
||||
with :pep:`the PEG parser <617>`, now error messages for f-strings are more precise
|
||||
with :pep:`the PEG parser <617>`), now error messages for f-strings are more precise
|
||||
and include the exact location of the error. For example, in Python 3.11, the following
|
||||
f-string raises a :exc:`SyntaxError`:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue