Skip to content

Commit c653fba

Browse files
gsteinAA-Turner
andauthored
Docs: Small clarity change for except* (#121073)
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
1 parent 37b9a5d commit c653fba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/reference/compound_stmts.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ have ambiguous semantics.
386386

387387
It is not possible to mix :keyword:`except` and :keyword:`!except*`
388388
in the same :keyword:`try`.
389-
:keyword:`break`, :keyword:`continue` and :keyword:`return`
389+
The :keyword:`break`, :keyword:`continue`, and :keyword:`return` statements
390390
cannot appear in an :keyword:`!except*` clause.
391391

392392

0 commit comments

Comments
 (0)