Skip to content

Commit 563e458

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/unittest.rst

Lines changed: 1 addition & 1 deletion
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)