From ce87cb44df8cf2d61e6e37ab06c943983b6f23bd Mon Sep 17 00:00:00 2001 From: Kevin Van Brunt Date: Fri, 21 Feb 2020 10:52:50 -0500 Subject: Removed hyphen from tab-completion --- cmd2/utils.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cmd2/utils.py') diff --git a/cmd2/utils.py b/cmd2/utils.py index 971a22ce..237a6d1e 100644 --- a/cmd2/utils.py +++ b/cmd2/utils.py @@ -129,8 +129,8 @@ class Settable: :param choices: iterable of accepted values :param choices_function: function that provides choices for this argument :param choices_method: cmd2-app method that provides choices for this argument (See note below) - :param completer_function: tab-completion function that provides choices for this argument - :param completer_method: cmd2-app tab-completion method that provides choices + :param completer_function: tab completion function that provides choices for this argument + :param completer_method: cmd2-app tab completion method that provides choices for this argument (See note below) Note: -- cgit v1.2.1