Skip to content

Commit c608544

Browse files
authored
Fix keyword docs
1 parent c69fbd7 commit c608544

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_pytest/mark.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def pytest_addoption(parser):
1919
help="only run tests which match the given substring expression. "
2020
"An expression is a python evaluatable expression "
2121
"where all names are substring-matched against test names "
22-
"and their parent classes. Example: -k 'test_method or test "
22+
"and their parent classes. Example: -k 'test_method or test_"
2323
"other' matches all test functions and classes whose name "
2424
"contains 'test_method' or 'test_other'. "
2525
"Additionally keywords are matched to classes and functions "

0 commit comments

Comments
 (0)