]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo in py312 whatsnew: add missing closing paren (#110255)
authorLele Gaifax <lele@metapensiero.it>
Tue, 3 Oct 2023 06:10:16 +0000 (08:10 +0200)
committerGitHub <noreply@github.com>
Tue, 3 Oct 2023 06:10:16 +0000 (07:10 +0100)
Doc/whatsnew/3.12.rst

index 6fe00bb9eb5df99b623c4fb31feb624cd85d87df..78ebe6e8e2c166ace46083ce9059ca6a5a429060 100644 (file)
@@ -303,7 +303,7 @@ Let's cover these in detail:
 See :pep:`701` for more details.
 
 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
 f-string raises a :exc:`SyntaxError`: