Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit abc0d75

Browse files
author
ch33zer
authored
[docs] Add missing word "any" in unittest -k cmdline option description (GH-29571)
1 parent 5d90c46 commit abc0d75

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/unittest.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ Command-line options
227227

228228
Only run test methods and classes that match the pattern or substring.
229229
This option may be used multiple times, in which case all test cases that
230-
match of the given patterns are included.
230+
match any of the given patterns are included.
231231

232232
Patterns that contain a wildcard character (``*``) are matched against the
233233
test name using :meth:`fnmatch.fnmatchcase`; otherwise simple case-sensitive

0 commit comments

Comments
 (0)