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:22:41 -07:00 committed by GitHub
parent 8b4d5b1047
commit e0df94dc7c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View 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