summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAndrey Kislyuk <kislyuk@gmail.com>2018-09-27 18:43:23 -0700
committerGitHub <noreply@github.com>2018-09-27 18:43:23 -0700
commit98cd31a348a9fd82b4c76e6abd31b60bc9c41169 (patch)
treec432f6790d48d00289f77dabe18aa776ba794f58 /docs
parentb602e0525974739f1cdfc4dcb9ef6ba7f3a57e34 (diff)
downloadclick-98cd31a348a9fd82b4c76e6abd31b60bc9c41169.tar.gz
docs/bashcomplete.rst: Fix typo
Diffstat (limited to 'docs')
-rw-r--r--docs/bashcomplete.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/bashcomplete.rst b/docs/bashcomplete.rst
index bff38fa..fd64209 100644
--- a/docs/bashcomplete.rst
+++ b/docs/bashcomplete.rst
@@ -29,7 +29,7 @@ least a dash has been provided. Example::
--deep --help --rev --shallow -r
Additionally, custom suggestions can be provided for arguments and options with
-the ``autocompletion`` parameter. ``autocompletion`` should a callback function
+the ``autocompletion`` parameter. ``autocompletion`` should be a callback function
that returns a list of strings. This is useful when the suggestions need to be
dynamically generated at bash completion time. The callback function will be
passed 3 keyword arguments: