Skip to content

Commit 17f5c5c

Browse files
[docs] Add missing word "any" in unittest -k cmdline option description (GH-29571) (GH-29604)
(cherry picked from commit abc0d75) Co-authored-by: ch33zer <[email protected]>
1 parent 00ee14e commit 17f5c5c

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
@@ -223,7 +223,7 @@ Command-line options
223223

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

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

0 commit comments

Comments
 (0)