From af035bace68fffee39e35697f7cd3a63721d017a Mon Sep 17 00:00:00 2001 From: Daniel Perrefort Date: Thu, 2 Nov 2023 12:13:50 -0400 Subject: [PATCH] Docstring typo --- tests/cli/test_parser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/cli/test_parser.py b/tests/cli/test_parser.py index 39a2f83..9d5d9ac 100644 --- a/tests/cli/test_parser.py +++ b/tests/cli/test_parser.py @@ -97,7 +97,7 @@ def test_uid_whitelist_arg(self) -> None: class TerminateSubParser(TestCase): - """Test parsing of the behavior of the ``terminate`` subparser""" + """Test the behavior of the ``terminate`` subparser""" def test_debug_option(self) -> None: """Test the ``debug`` argument"""