]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[docs] Add missing word "any" in unittest -k cmdline option description (GH-29571...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 18 Nov 2021 00:26:12 +0000 (16:26 -0800)
committerGitHub <noreply@github.com>
Thu, 18 Nov 2021 00:26:12 +0000 (01:26 +0100)
(cherry picked from commit abc0d754c3853c6e69ec3718505871e7e42ec93d)

Co-authored-by: ch33zer <ch33zer@gmail.com>
Doc/library/unittest.rst

index 392cd2473155fedb280d5beb554cda6550585b17..90807579266a0e47431515272bd229bcf4fd7d39 100644 (file)
@@ -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