Skip to content

Commit 64afbf6

Browse files
[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 8c07137) Co-authored-by: Lele Gaifax <[email protected]>
1 parent b0b9b91 commit 64afbf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/whatsnew/3.12.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ Let's cover these in detail:
303303
See :pep:`701` for more details.
304304

305305
As a positive side-effect of how this feature has been implemented (by parsing f-strings
306-
with :pep:`the PEG parser <617>`, now error messages for f-strings are more precise
306+
with :pep:`the PEG parser <617>`), now error messages for f-strings are more precise
307307
and include the exact location of the error. For example, in Python 3.11, the following
308308
f-string raises a :exc:`SyntaxError`:
309309

0 commit comments

Comments
 (0)