https://github.com/python/cpython/commit/848d926786f19d2db95b352650df2b1702f4af65
commit: 848d926786f19d2db95b352650df2b1702f4af65
branch: main
author: sobolevn <[email protected]>
committer: AA-Turner <[email protected]>
date: 2025-09-21T11:49:49+01:00
summary:

Make sure the ``:keyword:`` role works for ``case`` (#138878)

files:
M Doc/reference/compound_stmts.rst

diff --git a/Doc/reference/compound_stmts.rst b/Doc/reference/compound_stmts.rst
index 5576f85c174781..6521b4bee50758 100644
--- a/Doc/reference/compound_stmts.rst
+++ b/Doc/reference/compound_stmts.rst
@@ -594,6 +594,7 @@ the items are surrounded by parentheses. For example::
       statement.
 
 .. _match:
+.. _case:
 
 The :keyword:`!match` statement
 ===============================

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: [email protected]

Reply via email to