mirror of
https://github.com/python/cpython.git
synced 2026-01-06 07:22:09 +00:00
Docs: Small clarity change for `except*` (#121073)
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
This commit is contained in:
parent
37b9a5df93
commit
c653fba016
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue