https://github.com/python/cpython/commit/460ad1aa1bae2fb06284611e786a475787ce9975 commit: 460ad1aa1bae2fb06284611e786a475787ce9975 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2025-09-22T07:13:05+01:00 summary:
[3.14] Make sure the ``:keyword:`` role works for ``case`` (GH-138878) (#139200) Make sure the ``:keyword:`` role works for ``case`` (GH-138878) (cherry picked from commit 848d926786f19d2db95b352650df2b1702f4af65) Co-authored-by: sobolevn <[email protected]> files: M Doc/reference/compound_stmts.rst diff --git a/Doc/reference/compound_stmts.rst b/Doc/reference/compound_stmts.rst index 278ef1d4c4f435..6f79c829deade5 100644 --- a/Doc/reference/compound_stmts.rst +++ b/Doc/reference/compound_stmts.rst @@ -590,6 +590,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]
