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 a1b2cd7 commit 4ba0d12Copy full SHA for 4ba0d12
comment_spell_check/comment_spell_check.py
@@ -147,7 +147,8 @@ def spell_check_comment(
147
error_word = error_word[: -len(contraction)]
148
if output_lvl > 1:
149
print(
150
- f" Stripping contraction: {original_error_word} -> {error_word}"
+ " Stripping contraction: "
151
+ + f"{original_error_word} -> {error_word}"
152
)
153
if spell_checker.check(error_word):
154
valid = True
0 commit comments