Skip to content

Commit 804c8a3

Browse files
AA-Turnersobolevn
andauthored
Update Doc/faq/design.rst
Co-authored-by: sobolevn <[email protected]>
1 parent eb54817 commit 804c8a3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Doc/faq/design.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,8 @@ when an expression has a particular value or set of values.
264264

265265
Since Python 3.10 one can easily match literal values, or constants
266266
within a namespace, with a ``match ... case`` statement.
267-
See :pep:`634` (specification) and :pep:`636` (tutorial) for details about the ``match`` statement.
267+
See :pep:`634` (specification) and :pep:`636` (tutorial) for details about
268+
the :keyword:`match` statement.
268269

269270
An older alternative is a sequence of ``if... elif... elif... else``.
270271

0 commit comments

Comments
 (0)