Skip to content

Commit 567885b

Browse files
committed
Fixed typo in documentation
1 parent a112f14 commit 567885b

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
@@ -95,7 +95,7 @@ def my_completer_function(text, line, begidx, endidx):
9595
as dynamic. Therefore it is up to the developer to validate if the user has typed an acceptable value for these
9696
arguments.
9797
98-
The following functions exist in cases where you may want to manually a add choice-providing function/method to
98+
The following functions exist in cases where you may want to manually add a choice-providing function/method to
9999
an existing argparse action. For instance, in __init__() of a custom action class.
100100
101101
set_choices_function(action, func)

0 commit comments

Comments
 (0)