Skip to content

Commit 381b63f

Browse files
committed
Fixed comment
1 parent 089c8ea commit 381b63f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd2/argparse_custom.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def my_completer_function(text, line, begidx, endidx):
9191
9292
Of the 5 tab-completion parameters, choices is the only one where argparse validates user input against items
9393
in the choices list. This is because the other 4 parameters are meant to tab complete data sets that are viewed
94-
as dynamic. Therefore it is up to the user to validate if the user has typed an acceptable value for these
94+
as dynamic. Therefore it is up to the developer to validate if the user has typed an acceptable value for these
9595
arguments.
9696
9797
CompletionItem Class:

0 commit comments

Comments
 (0)