Skip to content

Commit 7122713

Browse files
[spelling] Remove duplicated '.' in spelling help
1 parent 881e6bc commit 7122713

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pylint/checkers/spelling.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def _get_enchant_dict_help(
8181
enchant_help = "No available dictionaries : You need to install "
8282
if not pyenchant_available:
8383
enchant_help += "both the python package and "
84-
enchant_help += "the system dependency for enchant to work."
84+
enchant_help += "the system dependency for enchant to work"
8585
return f"Spelling dictionary name. {enchant_help}."
8686

8787

0 commit comments

Comments
 (0)