]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[docs] Add missing word "any" in unittest -k cmdline option description (GH-29571)
authorch33zer <ch33zer@gmail.com>
Wed, 17 Nov 2021 23:25:53 +0000 (15:25 -0800)
committerGitHub <noreply@github.com>
Wed, 17 Nov 2021 23:25:53 +0000 (00:25 +0100)
Doc/library/unittest.rst

index a6f9046b826a7a6c7994f7ada34ecce3c4575805..bf7a1e87928a6488d49e530c499c6e7800f77bce 100644 (file)
@@ -227,7 +227,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