From afa5fd7218e348a2e2725a4a7fb1305daf24f213 Mon Sep 17 00:00:00 2001 From: Kevin Van Brunt Date: Thu, 12 Mar 2020 22:12:39 -0400 Subject: Fixed docstring --- tests/test_plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/test_plugin.py b/tests/test_plugin.py index 8d0ae8a7..bb7753f0 100644 --- a/tests/test_plugin.py +++ b/tests/test_plugin.py @@ -849,7 +849,7 @@ def test_cmdfinalization_hook_exception(capsys): def test_cmd2_argparse_exception(capsys): """ - Verify Cmd2ArgparseExceptions raised after calling a command prevent postcmd events from + Verify Cmd2ArgparseErrors raised after calling a command prevent postcmd events from running but do not affect cmdfinalization events """ app = PluggedApp() -- cgit v1.2.1