From c1df8808e054bbe4fe66f35ccc0f88d8b292778a Mon Sep 17 00:00:00 2001 From: Thomas Grainger Date: Wed, 12 May 2021 00:22:50 +0100 Subject: Correct the changelog entry for the syntax error message for multiple exception types (GH-26038) --- Doc/whatsnew/3.10.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/whatsnew/3.10.rst b/Doc/whatsnew/3.10.rst index 2c6569f..cdb15a0 100644 --- a/Doc/whatsnew/3.10.rst +++ b/Doc/whatsnew/3.10.rst @@ -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 -- cgit v0.12