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 298ce33 commit b772427Copy full SHA for b772427
Doc/reference/compound_stmts.rst
@@ -383,7 +383,7 @@ have ambiguous semantics.
383
384
It is not possible to mix :keyword:`except` and :keyword:`!except*`
385
in the same :keyword:`try`.
386
-:keyword:`break`, :keyword:`continue` and :keyword:`return`
+The :keyword:`break`, :keyword:`continue`, and :keyword:`return` statements
387
cannot appear in an :keyword:`!except*` clause.
388
389
0 commit comments