]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Docs: Small clarity change for ``except*`` (#121073)
authorGreg Stein <gstein@gmail.com>
Wed, 6 Aug 2025 21:58:24 +0000 (16:58 -0500)
committerGitHub <noreply@github.com>
Wed, 6 Aug 2025 21:58:24 +0000 (21:58 +0000)
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
Doc/reference/compound_stmts.rst

index 7ac4d8587ce7d56e9710e05211639c30d19a8124..4e49a49c08167aeaa365c617eba69397022d47a8 100644 (file)
@@ -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.