From: Hugo van Kemenade Date: Thu, 3 Nov 2022 02:15:00 +0000 (+0200) Subject: Docs: Add 'as, match statement' to the index (#99001) X-Git-Tag: v3.12.0a2~152 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=26720fffd090929fd2058b73e5970cc520b30aef;p=thirdparty%2FPython%2Fcpython.git Docs: Add 'as, match statement' to the index (#99001) --- 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