mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
[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:
parent
298ce3364c
commit
b772427902
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue