From eadcf4dcafebdb41df7e6fc3f1084623f17a174e Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Sun, 21 Sep 2025 12:58:06 +0200 Subject: [PATCH] [3.13] Make sure the ``:keyword:`` role works for ``case`` (GH-138878) (#139201) --- 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 67eefe342a42..62f0f0018f40 100644 --- a/Doc/reference/compound_stmts.rst +++ b/Doc/reference/compound_stmts.rst @@ -587,6 +587,7 @@ the items are surrounded by parentheses. For example:: statement. .. _match: +.. _case: The :keyword:`!match` statement =============================== -- 2.47.3