We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 881e6bc commit 7122713Copy full SHA for 7122713
pylint/checkers/spelling.py
@@ -81,7 +81,7 @@ def _get_enchant_dict_help(
81
enchant_help = "No available dictionaries : You need to install "
82
if not pyenchant_available:
83
enchant_help += "both the python package and "
84
- enchant_help += "the system dependency for enchant to work."
+ enchant_help += "the system dependency for enchant to work"
85
return f"Spelling dictionary name. {enchant_help}."
86
87
0 commit comments