Docs: Small clarity change for `except*` (#121073)
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
This commit is contained in:
@@ -386,7 +386,7 @@ have ambiguous semantics.
|
||||
|
||||
It is not possible to mix :keyword:`except` and :keyword:`!except*`
|
||||
in the same :keyword:`try`.
|
||||
:keyword:`break`, :keyword:`continue` and :keyword:`return`
|
||||
The :keyword:`break`, :keyword:`continue`, and :keyword:`return` statements
|
||||
cannot appear in an :keyword:`!except*` clause.
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user