]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Correct the changelog entry for the syntax error message for multiple exception types...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 11 May 2021 23:58:18 +0000 (16:58 -0700)
committerGitHub <noreply@github.com>
Tue, 11 May 2021 23:58:18 +0000 (16:58 -0700)
(cherry picked from commit c1df8808e054bbe4fe66f35ccc0f88d8b292778a)

Co-authored-by: Thomas Grainger <tagrain@gmail.com>
Doc/whatsnew/3.10.rst

index 2c6569fccd624d4f5030cde53925aaa754caa80d..cdb15a06e9e3c54e64f4e6a7387c989d18a8bf6d 100644 (file)
@@ -238,7 +238,7 @@ have been incorporated. Some of the most notable ones:
 
     (Contributed by Pablo Galindo in :issue:`43822`)
 
-* Exception groups without parentheses:
+* Multiple Exception types without parentheses:
 
     .. code-block:: python