From 0ddf61a2b8640d38b182be9100f35350cb2c96f8 Mon Sep 17 00:00:00 2001 From: Todd Leonhardt Date: Mon, 20 Apr 2020 21:56:19 -0400 Subject: Consistently use :raises: instead of :raises (make sure there is a trailing colon) --- cmd2/argparse_custom.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd2/argparse_custom.py') diff --git a/cmd2/argparse_custom.py b/cmd2/argparse_custom.py index d6833673..c24d8d9a 100644 --- a/cmd2/argparse_custom.py +++ b/cmd2/argparse_custom.py @@ -387,7 +387,7 @@ def _add_argument_wrapper(self, *args, See the header of this file for more information :return: the created argument action - :raises ValueError on incorrect parameter usage + :raises: ValueError on incorrect parameter usage """ # Verify consistent use of arguments choices_callables = [choices_function, choices_method, completer_function, completer_method] -- cgit v1.2.1