]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.14] Docs: Small clarity change for ``except*`` (GH-121073) (#137494)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 11 Sep 2025 09:14:33 +0000 (11:14 +0200)
committerGitHub <noreply@github.com>
Thu, 11 Sep 2025 09:14:33 +0000 (12:14 +0300)
Co-authored-by: Greg Stein <gstein@gmail.com>
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
Doc/reference/compound_stmts.rst

index 41ab22b3ee093096ddc7f4a8c27e95109ae55ae8..278ef1d4c4f435d46831dfde6902ea85b564d698 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.