diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2022-11-03 02:23:22 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-03 02:23:22 (GMT) |
commit | 8c0cf111a035bc41edd9871c6c59297fe6e4df64 (patch) | |
tree | cd5fc752caf86b187a3abba7c7fd8ec22e8542b9 | |
parent | f9b37d4d261dca569153a3c2f00d580d03453bc2 (diff) | |
download | cpython-8c0cf111a035bc41edd9871c6c59297fe6e4df64.zip cpython-8c0cf111a035bc41edd9871c6c59297fe6e4df64.tar.gz cpython-8c0cf111a035bc41edd9871c6c59297fe6e4df64.tar.bz2 |
Docs: Add 'as, match statement' to the index (GH-99001)
(cherry picked from commit 26720fffd090929fd2058b73e5970cc520b30aef)
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
-rw-r--r-- | Doc/reference/compound_stmts.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/reference/compound_stmts.rst b/Doc/reference/compound_stmts.rst index 911c38f..93f5682 100644 --- a/Doc/reference/compound_stmts.rst +++ b/Doc/reference/compound_stmts.rst @@ -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 |