]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Make sure the ``:keyword:`` role works for ``case`` (#138878)
authorsobolevn <mail@sobolevn.me>
Sun, 21 Sep 2025 10:49:49 +0000 (13:49 +0300)
committerGitHub <noreply@github.com>
Sun, 21 Sep 2025 10:49:49 +0000 (11:49 +0100)
Doc/reference/compound_stmts.rst

index 5576f85c17478136b295d35645b19217d10220ea..6521b4bee5075805cec81c69c065e75e2d18391e 100644 (file)
@@ -594,6 +594,7 @@ the items are surrounded by parentheses. For example::
       statement.
 
 .. _match:
+.. _case:
 
 The :keyword:`!match` statement
 ===============================