We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
except*
1 parent 87e152d commit e5a4848Copy full SHA for e5a4848
Doc/reference/compound_stmts.rst
@@ -388,7 +388,7 @@ type of the target ``e`` is consistently :exc:`BaseExceptionGroup`::
388
... except* BlockingIOError as e:
389
... print(repr(e))
390
...
391
- ExceptionGroup('', (BlockingIOError()))
+ ExceptionGroup('', (BlockingIOError(),))
392
393
:keyword:`break`, :keyword:`continue` and :keyword:`return`
394
cannot appear in an :keyword:`!except*` clause.
0 commit comments