Skip to content

Commit 8c07137

Browse files
authored
Fix typo in py312 whatsnew: add missing closing paren (#110255)
1 parent 1001233 commit 8c07137

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)