Skip to content

Commit b772427

Browse files
miss-islingtongsteinAA-Turner
authored
[3.13] Docs: Small clarity change for except* (GH-121073) (#137495)
Co-authored-by: Greg Stein <[email protected]> Co-authored-by: Adam Turner <[email protected]>
1 parent 298ce33 commit b772427

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)