summaryrefslogtreecommitdiff
path: root/cmd2/utils.py
diff options
context:
space:
mode:
authorkotfu <kotfu@kotfu.net>2020-02-21 09:45:57 -0700
committerkotfu <kotfu@kotfu.net>2020-02-21 09:45:57 -0700
commit6ab1940e8e757bdc9cd69569f0b925ea8a52614c (patch)
tree89b4a0659676b2e760cb91b84e2dae304640f86e /cmd2/utils.py
parentc91fd00368aa6d699ce3f3019562664f340543d1 (diff)
parentfea1bc15f4a53aa72d16c2985377fe3987b6b348 (diff)
downloadcmd2-git-6ab1940e8e757bdc9cd69569f0b925ea8a52614c.tar.gz
Merge branch 'master' into api_docs
Diffstat (limited to 'cmd2/utils.py')
-rw-r--r--cmd2/utils.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd2/utils.py b/cmd2/utils.py
index 2f0e8bcf..f119999a 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: