summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJad El Kik <64258942+ls-jad-elkik@users.noreply.github.com>2021-10-25 21:41:49 +0300
committerDavid Lord <davidism@gmail.com>2021-12-26 16:49:12 -0700
commite5f36f3e7e6fcc960691c0b9bf5864c4b34322c5 (patch)
treecb91743c8e7290000078aa5bf1c71ef94251fadf /src
parentdd3a8654db91bbf28d2f0ec624c6ac3b81218c81 (diff)
downloadclick-e5f36f3e7e6fcc960691c0b9bf5864c4b34322c5.tar.gz
Fix typo in docs
Follow up to #2107
Diffstat (limited to 'src')
-rw-r--r--src/click/types.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/click/types.py b/src/click/types.py
index 198c723..550c6ff 100644
--- a/src/click/types.py
+++ b/src/click/types.py
@@ -751,7 +751,7 @@ class Path(ParamType):
:param exists: The file or directory needs to exist for the value to
be valid. If this is not set to ``True``, and the file does not
exist, then all further checks are silently skipped.
- :param file_okay: Allow a file as a value value.
+ :param file_okay: Allow a file as a value.
:param dir_okay: Allow a directory as a value.
:param writable: The file or directory must be writable.
:param readable: The file or directory must be readable.