summaryrefslogtreecommitdiff
path: root/src/click
diff options
context:
space:
mode:
authorSagi Buchbinder Shadur <saroad2@gmail.com>2023-05-03 12:27:35 -0400
committerSagi Buchbinder Shadur <saroad2@gmail.com>2023-05-03 12:27:35 -0400
commitb0538dffe889ff5d03934927c31a9b71e5129848 (patch)
tree8d372bb09db05999ab0c3fc1ef5ac4d2219d871c /src/click
parentcd7b51cf98b8ac1d773ac726326a041bf4eafc14 (diff)
parent6e05e1fa1c2804410f9916b27edc07076e3b156d (diff)
downloadclick-main.tar.gz
Merge branch '8.1.x'HEADmain
Diffstat (limited to 'src/click')
-rw-r--r--src/click/core.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/click/core.py b/src/click/core.py
index 6164cf3..bdb4b96 100644
--- a/src/click/core.py
+++ b/src/click/core.py
@@ -2003,7 +2003,7 @@ class Parameter:
argument. This is a list of flags or argument
names.
:param type: the type that should be used. Either a :class:`ParamType`
- or a Python type. The later is converted into the former
+ or a Python type. The latter is converted into the former
automatically if supported.
:param required: controls if this is optional or not.
:param default: the default value if omitted. This can also be a callable,