diff --git a/Doc/reference/compound_stmts.rst b/Doc/reference/compound_stmts.rst
index 2b429681e1a6da013fb5f08a5559cdafa266bef8..911c38f72352432e29c30b2bd89a929e9aafbd3e 100644
--- a/Doc/reference/compound_stmts.rst
+++ b/Doc/reference/compound_stmts.rst
@@ -1074,7 +1074,7 @@ subject value:
 
    These classes accept a single positional argument, and the pattern there is matched
    against the whole object rather than an attribute. For example ``int(0|1)`` matches
-   the value ``0``, but not the values ``0.0`` or ``False``.
+   the value ``0``, but not the value ``0.0``.
 
 In simple terms ``CLS(P1, attr=P2)`` matches only if the following happens: