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 2b7b485 commit 450f863Copy full SHA for 450f863
Doc/reference/compound_stmts.rst
@@ -385,7 +385,7 @@ type of the target ``e`` is consistently :exc:`BaseExceptionGroup`::
385
... except* BlockingIOError as e:
386
... print(repr(e))
387
...
388
- ExceptionGroup('', (BlockingIOError()))
+ ExceptionGroup('', (BlockingIOError(),))
389
390
:keyword:`break`, :keyword:`continue` and :keyword:`return`
391
cannot appear in an :keyword:`!except*` clause.
0 commit comments