From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Mon, 22 Sep 2025 06:13:05 +0000 (+0200) Subject: [3.14] Make sure the ``:keyword:`` role works for ``case`` (GH-138878) (#139200) X-Git-Tag: v3.14.0~45 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=460ad1aa1bae2fb06284611e786a475787ce9975;p=thirdparty%2FPython%2Fcpython.git [3.14] Make sure the ``:keyword:`` role works for ``case`` (GH-138878) (#139200) Make sure the ``:keyword:`` role works for ``case`` (GH-138878) (cherry picked from commit 848d926786f19d2db95b352650df2b1702f4af65) Co-authored-by: sobolevn --- diff --git a/Doc/reference/compound_stmts.rst b/Doc/reference/compound_stmts.rst index 278ef1d4c4f4..6f79c829dead 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 ===============================