From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Sun, 21 Sep 2025 10:58:06 +0000 (+0200) Subject: [3.13] Make sure the ``:keyword:`` role works for ``case`` (GH-138878) (#139201) X-Git-Tag: v3.13.8~44 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=eadcf4dcafebdb41df7e6fc3f1084623f17a174e;p=thirdparty%2FPython%2Fcpython.git [3.13] Make sure the ``:keyword:`` role works for ``case`` (GH-138878) (#139201) --- 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 ===============================