summaryrefslogtreecommitdiffstats
path: root/Doc/reference/compound_stmts.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/reference/compound_stmts.rst')
-rw-r--r--Doc/reference/compound_stmts.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/reference/compound_stmts.rst b/Doc/reference/compound_stmts.rst
index a743898..25abc1b 100644
--- a/Doc/reference/compound_stmts.rst
+++ b/Doc/reference/compound_stmts.rst
@@ -1055,7 +1055,7 @@ subject value:
patterns using the :data:`~object.__match_args__` attribute on the class
``name_or_attr`` before matching:
- I. The equivalent of ``getattr(cls, "__match_args__", ()))`` is called.
+ I. The equivalent of ``getattr(cls, "__match_args__", ())`` is called.
* If this raises an exception, the exception bubbles up.