]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Docs: Add 'as, match statement' to the index (GH-99001)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 3 Nov 2022 02:23:22 +0000 (19:23 -0700)
committerGitHub <noreply@github.com>
Thu, 3 Nov 2022 02:23:22 +0000 (19:23 -0700)
(cherry picked from commit 26720fffd090929fd2058b73e5970cc520b30aef)

Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
Doc/reference/compound_stmts.rst

index 911c38f72352432e29c30b2bd89a929e9aafbd3e..93f5682f3f43aa8a8d0743f3ee9cb9f7e9781c0b 100644 (file)
@@ -503,6 +503,7 @@ The :keyword:`!match` statement
    keyword: if
    keyword: as
    pair: match; case
+   single: as; match statement
    single: : (colon); compound statement
 
 .. versionadded:: 3.10