Docs: Small clarity change for `except*` (#121073)

Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
This commit is contained in:
Greg Stein
2025-08-06 16:58:24 -05:00
committed by GitHub
parent 37b9a5df93
commit c653fba016

View File

@@ -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.