]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.13] Docs: Small clarity change for ``except*`` (GH-121073) (#137495)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 6 Aug 2025 22:04:15 +0000 (00:04 +0200)
committerGitHub <noreply@github.com>
Wed, 6 Aug 2025 22:04:15 +0000 (22:04 +0000)
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 c83bd9c4f3d5d574beea473f7af542a576c71e83..5bd7e2a5b2c747ab460c1ec48f5abcd3c87a70a9 100644 (file)
@@ -383,7 +383,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.