We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecb3b47 commit cbfb8daCopy full SHA for cbfb8da
README.rst
@@ -82,7 +82,7 @@ readline-style. Callable completers are simpler. They are called with the follow
82
* ``parsed_args``: The result of argument parsing so far (the ``argparse.Namespace`` args object normally returned by
83
``ArgumentParser.parse_args()``).
84
85
-Completers can return their completions as a sequence (list) of strings or a mapping (dict) of strings to their
+Completers can return their completions as an iterable of strings or a mapping (dict) of strings to their
86
descriptions (zsh will display the descriptions as context help alongside completions). An example completer for names
87
of environment variables might look like this:
88
0 commit comments