We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1001233 commit 8c07137Copy full SHA for 8c07137
Doc/whatsnew/3.12.rst
@@ -303,7 +303,7 @@ Let's cover these in detail:
303
See :pep:`701` for more details.
304
305
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
+with :pep:`the PEG parser <617>`), now error messages for f-strings are more precise
307
and include the exact location of the error. For example, in Python 3.11, the following
308
f-string raises a :exc:`SyntaxError`:
309
0 commit comments