From: sobolevn Date: Sun, 21 Sep 2025 10:49:49 +0000 (+0300) Subject: Make sure the ``:keyword:`` role works for ``case`` (#138878) X-Git-Tag: v3.15.0a1~246 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=848d926786f19d2db95b352650df2b1702f4af65;p=thirdparty%2FPython%2Fcpython.git Make sure the ``:keyword:`` role works for ``case`` (#138878) --- diff --git a/Doc/reference/compound_stmts.rst b/Doc/reference/compound_stmts.rst index 5576f85c1747..6521b4bee507 100644 --- a/Doc/reference/compound_stmts.rst +++ b/Doc/reference/compound_stmts.rst @@ -594,6 +594,7 @@ the items are surrounded by parentheses. For example:: statement. .. _match: +.. _case: The :keyword:`!match` statement ===============================