8000 Fix typo in py312 whatsnew: add missing closing paren (#110255) · Glyphack/cpython@cd3012c · GitHub
[go: up one dir, main page]

Skip to content

Commit cd3012c

Browse files
lelitGlyphack
authored andcommitted
Fix typo in py312 whatsnew: add missing closing paren (python#110255)
1 parent 3e7ed66 commit cd3012c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/whatsnew/3.12.rst

Lines changed: 1 addition & 1 deletion
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)
0