diff --git a/pylint/checkers/spelling.py b/pylint/checkers/spelling.py index 7b5fc7bc4d..66ee6917ab 100644 --- a/pylint/checkers/spelling.py +++ b/pylint/checkers/spelling.py @@ -259,7 +259,7 @@ class SpellingChecker(BaseTokenChecker): "type": "string", "metavar": "", "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.", + "they appear at the beginning of a comment and should not be checked.", }, ), )