]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Correct the changelog entry for the syntax error message for multiple exception...
authorThomas Grainger <tagrain@gmail.com>
Tue, 11 May 2021 23:22:50 +0000 (00:22 +0100)
committerGitHub <noreply@github.com>
Tue, 11 May 2021 23:22:50 +0000 (00:22 +0100)
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