[Python-checkins] Docs: Add 'as, match statement' to the index (#99001)

JelleZijlstra webhook-mailer at python.org
Wed Nov 2 22:15:05 EDT 2022


https://github.com/python/cpython/commit/26720fffd090929fd2058b73e5970cc520b30aef
commit: 26720fffd090929fd2058b73e5970cc520b30aef
branch: main
author: Hugo van Kemenade <hugovk at users.noreply.github.com>
committer: JelleZijlstra <jelle.zijlstra at gmail.com>
date: 2022-11-02T19:15:00-07:00
summary:

Docs: Add 'as, match statement' to the index (#99001)

files:
M Doc/reference/compound_stmts.rst

diff --git a/Doc/reference/compound_stmts.rst b/Doc/reference/compound_stmts.rst
index c3c78119958e..9e09515f50d1 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



More information about the Python-checkins mailing list