]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.14] Make sure the ``:keyword:`` role works for ``case`` (GH-138878) (#139200)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 22 Sep 2025 06:13:05 +0000 (08:13 +0200)
committerGitHub <noreply@github.com>
Mon, 22 Sep 2025 06:13:05 +0000 (07:13 +0100)
Make sure the ``:keyword:`` role works for ``case`` (GH-138878)
(cherry picked from commit 848d926786f19d2db95b352650df2b1702f4af65)

Co-authored-by: sobolevn <mail@sobolevn.me>
Doc/reference/compound_stmts.rst

index 278ef1d4c4f435d46831dfde6902ea85b564d698..6f79c829deade50042c8048d19601bd26c54d739 100644 (file)
@@ -590,6 +590,7 @@ the items are surrounded by parentheses. For example::
       statement.
 
 .. _match:
+.. _case:
 
 The :keyword:`!match` statement
 ===============================