]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.13] Make sure the ``:keyword:`` role works for ``case`` (GH-138878) (#139201)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 21 Sep 2025 10:58:06 +0000 (12:58 +0200)
committerGitHub <noreply@github.com>
Sun, 21 Sep 2025 10:58:06 +0000 (10:58 +0000)
Doc/reference/compound_stmts.rst

index 67eefe342a42ddac92e59d144140c871cd23bf1c..62f0f0018f4099de1d98adfa22e4c9b678c3d163 100644 (file)
@@ -587,6 +587,7 @@ the items are surrounded by parentheses. For example::
       statement.
 
 .. _match:
+.. _case:
 
 The :keyword:`!match` statement
 ===============================