summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2023-03-20 15:47:16 -0700
committerGitHub <noreply@github.com>2023-03-20 15:47:16 -0700
commitfceeed14cfddade189ff653a49f5c4f77556de7f (patch)
tree966248be1cfa27d0f0417515d0cca7a239b626db
parent8e2fbd87148fcb4f814cbf292351532645640d96 (diff)
parent292a27d7052b085fa40dba55f850279c490f1c6b (diff)
downloadclick-fceeed14cfddade189ff653a49f5c4f77556de7f.tar.gz
Fix typo (#2470)
-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,