summaryrefslogtreecommitdiff
path: root/cmd2/argparse_custom.py
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2019-12-04 00:35:48 -0500
committerKevin Van Brunt <kmvanbrunt@gmail.com>2019-12-04 00:35:48 -0500
commit567885bc00f07fcb112c3aa3146b11006964503e (patch)
tree4164620714fc663c11384a245163af9bc7d79802 /cmd2/argparse_custom.py
parenta112f140bfc7fed25f8a706c4198077bc62bb5b6 (diff)
downloadcmd2-git-567885bc00f07fcb112c3aa3146b11006964503e.tar.gz
Fixed typo in documentation
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)