Fix typo in py312 whatsnew: add missing closing paren (#110255)

This commit is contained in:
Lele Gaifax 2023-10-03 08:10:16 +02:00 committed by GitHub
parent 1001233fe1
commit 8c071373f1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -303,7 +303,7 @@ Let's cover these in detail:
See :pep:`701` for more details. See :pep:`701` for more details.
As a positive side-effect of how this feature has been implemented (by parsing f-strings 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 and include the exact location of the error. For example, in Python 3.11, the following
f-string raises a :exc:`SyntaxError`: f-string raises a :exc:`SyntaxError`: