Skip to content

Commit d2ff2c2

Browse files
committed
Revert test change
1 parent f8660a1 commit d2ff2c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/reference/compound_stmts.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -619,7 +619,7 @@ The match statement is used for pattern matching. Syntax:
619619
This section uses single quotes to denote
620620
:ref:`soft keywords <soft-keywords>`.
621621

622-
Pattern matching takes a pattern as input (following :keyword:`case`) and a subject
622+
Pattern matching takes a pattern as input (following ``case``) and a subject
623623
value (following ``match``). The pattern (which may contain subpatterns) is
624624
matched against the subject value. The outcomes are:
625625

0 commit comments

Comments
 (0)