summaryrefslogtreecommitdiff
path: root/pylint/checkers/spelling.py
diff options
context:
space:
mode:
Diffstat (limited to 'pylint/checkers/spelling.py')
-rw-r--r--pylint/checkers/spelling.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pylint/checkers/spelling.py b/pylint/checkers/spelling.py
index a1a9f6825..41e53afbe 100644
--- a/pylint/checkers/spelling.py
+++ b/pylint/checkers/spelling.py
@@ -278,7 +278,7 @@ class SpellingChecker(BaseTokenChecker):
"default": "fmt: on,fmt: off,noqa:,noqa,nosec,isort:skip,mypy:",
"type": "string",
"metavar": "<comma separated words>",
- "help": "List of comma separated words that should not be considered directives if they appear and the beginning of a comment and should not be checked.",
+ "help": "List of comma separated words that should be considered directives if they appear and the beginning of a comment and should not be checked.",
},
),
)