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 eb54817 commit 804c8a3Copy full SHA for 804c8a3
Doc/faq/design.rst
@@ -264,7 +264,8 @@ when an expression has a particular value or set of values.
264
265
Since Python 3.10 one can easily match literal values, or constants
266
within a namespace, with a ``match ... case`` statement.
267
-See :pep:`634` (specification) and :pep:`636` (tutorial) for details about the ``match`` statement.
+See :pep:`634` (specification) and :pep:`636` (tutorial) for details about
268
+the :keyword:`match` statement.
269
270
An older alternative is a sequence of ``if... elif... elif... else``.
271
0 commit comments