]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Docs: Add 'as, match statement' to the index (#99001)
authorHugo van Kemenade <hugovk@users.noreply.github.com>
Thu, 3 Nov 2022 02:15:00 +0000 (04:15 +0200)
committerGitHub <noreply@github.com>
Thu, 3 Nov 2022 02:15:00 +0000 (19:15 -0700)
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