From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Tue, 11 May 2021 23:58:18 +0000 (-0700) Subject: Correct the changelog entry for the syntax error message for multiple exception types... X-Git-Tag: v3.10.0b2~115 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7e59ef10e8c7339fed61c53c663a962dea0f1ff1;p=thirdparty%2FPython%2Fcpython.git Correct the changelog entry for the syntax error message for multiple exception types (GH-26038) (cherry picked from commit c1df8808e054bbe4fe66f35ccc0f88d8b292778a) Co-authored-by: Thomas Grainger --- diff --git a/Doc/whatsnew/3.10.rst b/Doc/whatsnew/3.10.rst index 2c6569fccd62..cdb15a06e9e3 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