summaryrefslogtreecommitdiff
path: root/cmd2/argparse_custom.py
diff options
context:
space:
mode:
authorkotfu <kotfu@kotfu.net>2020-04-20 22:36:01 -0600
committerkotfu <kotfu@kotfu.net>2020-04-20 22:36:01 -0600
commit9f35d2fe13fe26777d90d164acd311279201123e (patch)
tree1b9c049474b35d48cc4eebd715fc351ddd3251fd /cmd2/argparse_custom.py
parentbbaa674c40ea3996bd66a9f91eac949d74a79bac (diff)
parente7a0be4df68346ac15626c20c4a19c8fabb1bf49 (diff)
downloadcmd2-git-dashes.tar.gz
Merge branch 'master' into dashesdashes
Diffstat (limited to 'cmd2/argparse_custom.py')
-rw-r--r--cmd2/argparse_custom.py2
1 files changed, 1 insertions, 1 deletions
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]