summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2021-05-11 23:58:18 (GMT)
committerGitHub <noreply@github.com>2021-05-11 23:58:18 (GMT)
commit7e59ef10e8c7339fed61c53c663a962dea0f1ff1 (patch)
tree4f1d94431270688efc44572745f6c62d842e0a9c /Doc/whatsnew
parentc90ed8e2e79ebd64f72c621b5a2ab06ec4c7210c (diff)
downloadcpython-7e59ef10e8c7339fed61c53c663a962dea0f1ff1.zip
cpython-7e59ef10e8c7339fed61c53c663a962dea0f1ff1.tar.gz
cpython-7e59ef10e8c7339fed61c53c663a962dea0f1ff1.tar.bz2
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 <tagrain@gmail.com>
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r--Doc/whatsnew/3.10.rst2
1 files changed, 1 insertions, 1 deletions
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