summaryrefslogtreecommitdiff
path: root/cmd2/argparse_custom.py
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2019-07-22 00:08:02 -0400
committerKevin Van Brunt <kmvanbrunt@gmail.com>2019-07-22 00:08:02 -0400
commit381b63fbeffec34829f6df0b660f87311121e795 (patch)
treeb5fc8ab5ad73833c82d2dca80900971a9ac8c3a7 /cmd2/argparse_custom.py
parent089c8ea894e802f8e880fa3d732b5e18b8bd2a72 (diff)
downloadcmd2-git-381b63fbeffec34829f6df0b660f87311121e795.tar.gz
Fixed comment
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 3f1cb212..da5410d0 100644
--- a/cmd2/argparse_custom.py
+++ b/cmd2/argparse_custom.py
@@ -91,7 +91,7 @@ Tab Completion:
Of the 5 tab-completion parameters, choices is the only one where argparse validates user input against items
in the choices list. This is because the other 4 parameters are meant to tab complete data sets that are viewed
- as dynamic. Therefore it is up to the user to validate if the user has typed an acceptable value for these
+ as dynamic. Therefore it is up to the developer to validate if the user has typed an acceptable value for these
arguments.
CompletionItem Class: