summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorHugo van Kemenade <hugovk@users.noreply.github.com>2022-11-03 02:15:00 (GMT)
committerGitHub <noreply@github.com>2022-11-03 02:15:00 (GMT)
commit26720fffd090929fd2058b73e5970cc520b30aef (patch)
tree41f58c2f1a9d3c7408322ea5cd42f2e08a47a2b7 /Doc
parent29e027c3e6535aa1c0eacc2fb2002c53405e1f6f (diff)
downloadcpython-26720fffd090929fd2058b73e5970cc520b30aef.zip
cpython-26720fffd090929fd2058b73e5970cc520b30aef.tar.gz
cpython-26720fffd090929fd2058b73e5970cc520b30aef.tar.bz2
Docs: Add 'as, match statement' to the index (#99001)
Diffstat (limited to 'Doc')
-rw-r--r--Doc/reference/compound_stmts.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/reference/compound_stmts.rst b/Doc/reference/compound_stmts.rst
index c3c7811..9e09515 100644
--- a/Doc/reference/compound_stmts.rst
+++ b/Doc/reference/compound_stmts.rst
@@ -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