summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew/3.10.rst
diff options
context:
space:
mode:
authorThomas Grainger <tagrain@gmail.com>2021-05-11 23:22:50 (GMT)
committerGitHub <noreply@github.com>2021-05-11 23:22:50 (GMT)
commitc1df8808e054bbe4fe66f35ccc0f88d8b292778a (patch)
tree59966740f24355db3ee4271c64772e4e00350871 /Doc/whatsnew/3.10.rst
parent5fedf71439187f00c661b16b80d398b74b00390e (diff)
downloadcpython-c1df8808e054bbe4fe66f35ccc0f88d8b292778a.zip
cpython-c1df8808e054bbe4fe66f35ccc0f88d8b292778a.tar.gz
cpython-c1df8808e054bbe4fe66f35ccc0f88d8b292778a.tar.bz2
Correct the changelog entry for the syntax error message for multiple exception types (GH-26038)
Diffstat (limited to 'Doc/whatsnew/3.10.rst')
-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