Skip to content

Commit 3cce243

Browse files
committed
docs(expression.py): fix typo
1 parent 73bc35c commit 3cce243

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/_pytest/mark/expression.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
The semantics are:
1313
1414
- Empty expression evaluates to False.
15-
- ident evaluates to True of False according to a provided matcher function.
15+
- ident evaluates to True or False according to a provided matcher function.
1616
- or/and/not evaluate according to the usual boolean semantics.
1717
"""
1818

0 commit comments

Comments
 (0)