summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2020-04-23 17:34:04 -0400
committerKevin Van Brunt <kmvanbrunt@gmail.com>2020-04-23 17:34:04 -0400
commit6deb39d75f785e40daaa14ef033bf5797f42944f (patch)
treeba1d1995f2f8b312e431e63062562fc339009339 /examples
parent5fd8e00010e068eb0632b6cb20860a18774181a5 (diff)
downloadcmd2-git-6deb39d75f785e40daaa14ef033bf5797f42944f.tar.gz
Updated tab completion documentation
Diffstat (limited to 'examples')
-rwxr-xr-xexamples/basic_completion.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/basic_completion.py b/examples/basic_completion.py
index 9523ac67..f33029c9 100755
--- a/examples/basic_completion.py
+++ b/examples/basic_completion.py
@@ -4,7 +4,7 @@
A simple example demonstrating how to enable tab completion by assigning a completer function to do_* commands.
This also demonstrates capabilities of the following completer features included with cmd2:
- CompletionError exceptions
-- delimiter_completer()
+- delimiter_complete()
- flag_based_complete() (see note below)
- index_based_complete() (see note below)