From 341be7eb23ea7b2bcc1a25ef29fd0bf37e0dcfe3 Mon Sep 17 00:00:00 2001 From: ch33zer Date: Wed, 17 Nov 2021 15:25:53 -0800 Subject: [PATCH] [docs] Add missing word "any" in unittest -k cmdline option description (GH-29571) (cherry picked from commit abc0d754c3853c6e69ec3718505871e7e42ec93d) Co-authored-by: ch33zer --- Doc/library/unittest.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/unittest.rst b/Doc/library/unittest.rst index 99c2f6e029448e..ae0c7d59964f16 100644 --- a/Doc/library/unittest.rst +++ b/Doc/library/unittest.rst @@ -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