]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.12] Fix typo in py312 whatsnew: add missing closing paren (GH-110255) (#110257)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 3 Oct 2023 06:20:20 +0000 (23:20 -0700)
committerGitHub <noreply@github.com>
Tue, 3 Oct 2023 06:20:20 +0000 (06:20 +0000)
Fix typo in py312 whatsnew: add missing closing paren (GH-110255)
(cherry picked from commit 8c071373f12f325c54591fe990ec026184e48f8f)

Co-authored-by: Lele Gaifax <lele@metapensiero.it>
Doc/whatsnew/3.12.rst

index f9cc94514f2cad28ea649a5123b4bf47d79e8fb4..9080908c5c96c02060eb20dfe4350deb653f2aba 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`: