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

(cherry picked from commit 26720fffd0)

Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
This commit is contained in:
Miss Islington (bot) 2022-11-02 19:23:22 -07:00 committed by GitHub
parent f9b37d4d26
commit 8c0cf111a0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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