mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
[docs] Add missing word "any" in unittest -k cmdline option description (GH-29571) (GH-29603)
(cherry picked from commit abc0d754c3
)
Co-authored-by: ch33zer <ch33zer@gmail.com>
This commit is contained in:
parent
b455df59a8
commit
563e45875a
1 changed files with 1 additions and 1 deletions
|
@ -223,7 +223,7 @@ Command-line options
|
|||
|
||||
Only run test methods and classes that match the pattern or substring.
|
||||
This option may be used multiple times, in which case all test cases that
|
||||
match of the given patterns are included.
|
||||
match any of the given patterns are included.
|
||||
|
||||
Patterns that contain a wildcard character (``*``) are matched against the
|
||||
test name using :meth:`fnmatch.fnmatchcase`; otherwise simple case-sensitive
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue