From ea443df8c7f8806cb82c95aa615792bf7eeba250 Mon Sep 17 00:00:00 2001 From: sobolevn Date: Sun, 21 Sep 2025 13:49:49 +0300 Subject: [PATCH] Make sure the ``:keyword:`` role works for ``case`` (GH-138878) (cherry picked from commit 848d926786f19d2db95b352650df2b1702f4af65) Co-authored-by: sobolevn --- Doc/reference/compound_stmts.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/Doc/reference/compound_stmts.rst b/Doc/reference/compound_stmts.rst index 278ef1d4c4f435..6f79c829deade5 100644 --- a/Doc/reference/compound_stmts.rst +++ b/Doc/reference/compound_stmts.rst @@ -590,6 +590,7 @@ the items are surrounded by parentheses. For example:: statement. .. _match: +.. _case: The :keyword:`!match` statement ===============================