Thanks to visit codestin.com Credit goes to github.com
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 023c51d commit 3d3a86eCopy full SHA for 3d3a86e
1 file changed
Doc/reference/compound_stmts.rst
@@ -1122,7 +1122,7 @@ subject value:
1122
1123
These classes accept a single positional argument, and the pattern there is matched
1124
against the whole object rather than an attribute. For example ``int(0|1)`` matches
1125
- the value ``0``, but not the values ``0.0`` or ``False``.
+ the value ``0``, but not the value ``0.0``.
1126
1127
In simple terms ``CLS(P1, attr=P2)`` matches only if the following happens:
1128
0 commit comments