Skip to content

Commit afa5fd7

Browse files
committed
Fixed docstring
1 parent 0248eaa commit afa5fd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -849,7 +849,7 @@ def test_cmdfinalization_hook_exception(capsys):
849849

850850
def test_cmd2_argparse_exception(capsys):
851851
"""
852-
Verify Cmd2ArgparseExceptions raised after calling a command prevent postcmd events from
852+
Verify Cmd2ArgparseErrors raised after calling a command prevent postcmd events from
853853
running but do not affect cmdfinalization events
854854
"""
855855
app = PluggedApp()

0 commit comments

Comments
 (0)