Skip to content

Commit

Permalink
Update pylint/checkers/spelling.py
Browse files Browse the repository at this point in the history
Co-authored-by: Jacob Walls <[email protected]>
  • Loading branch information
Pierre-Sassoulas and jacobtylerwalls authored Apr 12, 2022
1 parent 7e5cc87 commit 897bbdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pylint/checkers/spelling.py
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ class SpellingChecker(BaseTokenChecker):
"type": "string",
"metavar": "<comma separated words>",
"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.",
},
),
)
Expand Down

0 comments on commit 897bbdf

Please sign in to comment.