From 1d560965bf5e03d82c4c353899ee9c7a6bf70a14 Mon Sep 17 00:00:00 2001 From: Kevin Van Brunt Date: Fri, 5 Jul 2019 16:50:30 -0400 Subject: Simplifying unit tests for AutoCompleter --- examples/tab_completion.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/tab_completion.py b/examples/tab_completion.py index 48d7cb05..2830b002 100755 --- a/examples/tab_completion.py +++ b/examples/tab_completion.py @@ -1,6 +1,8 @@ #!/usr/bin/env python # coding=utf-8 -"""A simple example demonstrating how to use flag and index based tab-completion functions +""" +A simple example demonstrating how to use flag and index based tab-completion functions +For argparse-based tab completion, see tab_autocompletion.py """ import argparse -- cgit v1.2.1