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 2bea4f0 commit 500abc4Copy full SHA for 500abc4
Doc/reference/compound_stmts.rst
@@ -386,7 +386,7 @@ have ambiguous semantics.
386
387
It is not possible to mix :keyword:`except` and :keyword:`!except*`
388
in the same :keyword:`try`.
389
-:keyword:`break`, :keyword:`continue` and :keyword:`return`
+The :keyword:`break`, :keyword:`continue`, and :keyword:`return` statements
390
cannot appear in an :keyword:`!except*` clause.
391
392
0 commit comments