Skip to content

Commit abc0d75

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/unittest.rst

+1-1
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)