summaryrefslogtreecommitdiff
path: root/cmd2/argparse_custom.py
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2020-04-20 23:45:56 -0400
committerGitHub <noreply@github.com>2020-04-20 23:45:56 -0400
commite7a0be4df68346ac15626c20c4a19c8fabb1bf49 (patch)
tree48fa71dec63e32b876dfe5e733367aef258892f5 /cmd2/argparse_custom.py
parent85bb29b7edfc6485556f398ddb192c16d1509856 (diff)
parentae946b70b24c61673e8b7c880ccbdf91768d456d (diff)
downloadcmd2-git-e7a0be4df68346ac15626c20c4a19c8fabb1bf49.tar.gz
Merge pull request #923 from python-cmd2/ipy_stop
ipy now returns its PyBridge's stop value
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]