summaryrefslogtreecommitdiff
path: root/cmd2/argparse_custom.py
diff options
context:
space:
mode:
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 cfe9ea5e..51c3375e 100644
--- a/cmd2/argparse_custom.py
+++ b/cmd2/argparse_custom.py
@@ -95,7 +95,7 @@ Tab Completion:
as dynamic. Therefore it is up to the developer to validate if the user has typed an acceptable value for these
arguments.
- The following functions exist in cases where you may want to manually a add choice-providing function/method to
+ The following functions exist in cases where you may want to manually add a choice-providing function/method to
an existing argparse action. For instance, in __init__() of a custom action class.
set_choices_function(action, func)