summaryrefslogtreecommitdiff
path: root/pylint
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2021-09-17 07:28:58 +0300
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-09-17 09:10:13 +0200
commit09e142e5dfab35a7ba80783ffe3fc8c167f8effa (patch)
tree9994c7be5227e4f27377a854c9d4a1d3e0e02763 /pylint
parent4cb8ef1a89aec4fefb1a36fd484fa9f35be18f03 (diff)
downloadpylint-git-09e142e5dfab35a7ba80783ffe3fc8c167f8effa.tar.gz
py-version-check help fixes
Diffstat (limited to 'pylint')
-rw-r--r--pylint/lint/pylinter.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pylint/lint/pylinter.py b/pylint/lint/pylinter.py
index e8efc2fcd..053f5dcb5 100644
--- a/pylint/lint/pylinter.py
+++ b/pylint/lint/pylinter.py
@@ -478,7 +478,7 @@ class PyLinter(
"type": "py_version",
"metavar": "<py_version>",
"help": (
- "Min Python version to use for version dependend checks. "
+ "Minimum Python version to use for version dependent checks. "
"Will default to the version used to run pylint."
),
},