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 1fa17e8 commit 0a30f0eCopy full SHA for 0a30f0e
Doc/library/ast.rst
@@ -1252,7 +1252,7 @@ Control flow
1252
:class:`match_case` nodes with the different cases.
1253
1254
1255
-.. class:: match_case(context_expr, optional_vars)
+.. class:: match_case(pattern, guard, body)
1256
1257
A single case pattern in a ``match`` statement. ``pattern`` contains the
1258
match pattern that will be used to match the subject against. Notice that
0 commit comments