]> 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:22:41 +0000 (19:22 -0700)
committerGitHub <noreply@github.com>
Thu, 3 Nov 2022 02:22:41 +0000 (19:22 -0700)
(cherry picked from commit 26720fffd090929fd2058b73e5970cc520b30aef)

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

index c3c78119958e79315c2dcd5d8d8d75840d31f2c1..9e09515f50d12f9570fb6803fe2917129830a45d 100644 (file)
@@ -593,6 +593,7 @@ The :keyword:`!match` statement
    keyword: if
    keyword: as
    pair: match; case
+   single: as; match statement
    single: : (colon); compound statement
 
 .. versionadded:: 3.10