summaryrefslogtreecommitdiff
path: root/cmd2/argparse_custom.py
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2020-04-22 01:33:00 -0400
committerKevin Van Brunt <kmvanbrunt@gmail.com>2020-04-22 01:33:00 -0400
commitba5d7befdc7fe5ec95437a840ca83a612f041a93 (patch)
treeb59ca1e773ed661efa991c1d7962e1cdef5bcedf /cmd2/argparse_custom.py
parent92c010d583b52be9728efca25c5f074a594e5392 (diff)
parente7a0be4df68346ac15626c20c4a19c8fabb1bf49 (diff)
downloadcmd2-git-ba5d7befdc7fe5ec95437a840ca83a612f041a93.tar.gz
Merge branch 'master' into table_creator
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 e1040d8e..5c3d6223 100644
--- a/cmd2/argparse_custom.py
+++ b/cmd2/argparse_custom.py
@@ -384,7 +384,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]