diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2019-12-04 00:35:48 -0500 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2019-12-04 00:35:48 -0500 |
commit | 567885bc00f07fcb112c3aa3146b11006964503e (patch) | |
tree | 4164620714fc663c11384a245163af9bc7d79802 /cmd2 | |
parent | a112f140bfc7fed25f8a706c4198077bc62bb5b6 (diff) | |
download | cmd2-git-567885bc00f07fcb112c3aa3146b11006964503e.tar.gz |
Fixed typo in documentation
Diffstat (limited to 'cmd2')
-rw-r--r-- | cmd2/argparse_custom.py | 2 |
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) |