Skip to content

Commit 0235f9c

Browse files
authored
Update Doc/whatsnew/3.14.rst
1 parent 0d09ad2 commit 0235f9c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/whatsnew/3.14.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ PEP 758 – Allow except and except* expressions without parentheses
9696
------------------------------------------------------------------
9797

9898
The :keyword:`except` and :keyword:`except* <except_star>` expressions now allow
99-
parentheses to be omitted when there is only one exception type.
99+
parentheses to be omitted when there are multiple exception types and the ``as`` clause is not used.
100100
For example the following expressions are now valid:
101101

102102
.. code-block:: python

0 commit comments

Comments
 (0)