From 848d926786f19d2db95b352650df2b1702f4af65 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`` (#138878) --- 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 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 =============================== -- 2.47.3