Skip to content

Commit 3b2767d

Browse files
gsteinAA-Turner
authored andcommitted
Docs: Small clarity change for except* (pythonGH-121073)
(cherry picked from commit c653fba) Co-authored-by: Greg Stein <[email protected]> Co-authored-by: Adam Turner <[email protected]>
1 parent 298ce33 commit 3b2767d

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
@@ -383,7 +383,7 @@ have ambiguous semantics.
383383

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

389389

0 commit comments

Comments
 (0)