diff options
author | Sagi Buchbinder Shadur <saroad2@gmail.com> | 2023-05-03 12:27:35 -0400 |
---|---|---|
committer | Sagi Buchbinder Shadur <saroad2@gmail.com> | 2023-05-03 12:27:35 -0400 |
commit | b0538dffe889ff5d03934927c31a9b71e5129848 (patch) | |
tree | 8d372bb09db05999ab0c3fc1ef5ac4d2219d871c /src/click/core.py | |
parent | cd7b51cf98b8ac1d773ac726326a041bf4eafc14 (diff) | |
parent | 6e05e1fa1c2804410f9916b27edc07076e3b156d (diff) | |
download | click-main.tar.gz |
Diffstat (limited to 'src/click/core.py')
-rw-r--r-- | src/click/core.py | 2 |
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, |