We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8660a1 commit d2ff2c2Copy full SHA for d2ff2c2
Doc/reference/compound_stmts.rst
@@ -619,7 +619,7 @@ The match statement is used for pattern matching. Syntax:
619
This section uses single quotes to denote
620
:ref:`soft keywords <soft-keywords>`.
621
622
-Pattern matching takes a pattern as input (following :keyword:`case`) and a subject
+Pattern matching takes a pattern as input (following ``case``) and a subject
623
value (following ``match``). The pattern (which may contain subpatterns) is
624
matched against the subject value. The outcomes are:
625
0 commit comments