summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.