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 c0e2f55 commit 4a966e1Copy full SHA for 4a966e1
comment_spell_check/comment_spell_check.py
@@ -147,7 +147,6 @@ def spell_check_comment(
147
148
mistakes = []
149
for error_word in bad_words:
150
-
151
if output_lvl > 1:
152
print(f" Error: {error_word}")
153
comment_spell_check/lib/create_checker.py
@@ -37,7 +37,6 @@ def create_checker(dict_list="", verbose=False):
37
38
39
if __name__ == "__main__":
40
41
print(sys.argv[1:])
42
spell = create_checker(sys.argv[1:], True)
43
0 commit comments