summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKurt McKee <contactme@kurtmckee.org>2023-03-20 17:19:14 -0500
committerGitHub <noreply@github.com>2023-03-20 17:19:14 -0500
commit292a27d7052b085fa40dba55f850279c490f1c6b (patch)
tree966248be1cfa27d0f0417515d0cca7a239b626db
parent8e2fbd87148fcb4f814cbf292351532645640d96 (diff)
downloadclick-292a27d7052b085fa40dba55f850279c490f1c6b.tar.gz
Fix typo
-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,