[3.13] Docs: Small clarity change for `except*` (GH-121073) (#137495)

Co-authored-by: Greg Stein <gstein@gmail.com>
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
This commit is contained in:
Miss Islington (bot) 2025-08-07 00:04:15 +02:00 committed by GitHub
parent 298ce3364c
commit b772427902
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -383,7 +383,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.