summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHynek Schlawack <hs@ox.cx>2022-09-14 15:09:00 +0200
committerGitHub <noreply@github.com>2022-09-14 06:09:00 -0700
commit73d7de5f7423eab0673935a5120c65a27fd2804c (patch)
treeb7ec4f40608dc74ddbb35c32b245f8c3b396365c /src
parent5a42c3160b499de5ed20d36e679374aed50961a9 (diff)
downloadclick-73d7de5f7423eab0673935a5120c65a27fd2804c.tar.gz
Fix versionchanged entry for click.Path (#2345)
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 b45ee53..d948c70 100644
--- a/src/click/types.py
+++ b/src/click/types.py
@@ -777,7 +777,7 @@ class Path(ParamType):
Added the ``executable`` parameter.
.. versionchanged:: 8.0
- Allow passing ``type=pathlib.Path``.
+ Allow passing ``path_type=pathlib.Path``.
.. versionchanged:: 6.0
Added the ``allow_dash`` parameter.