Skip to content

Commit f6632b0

Browse files
committed
formatting bug
1 parent 9b2c98d commit f6632b0

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

comment_spell_check/utils/create_checker.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ def create_checker(dict_list: list[str] = None) -> spellchecker.SpellChecker:
4444
else:
4545
# assume it's a local file path
4646
checker.word_frequency.load_text_file(d)
47-
logger.info("number of words: %s",
48-
checker.word_frequency.unique_words)
47+
logger.info("# of words: %s", checker.word_frequency.unique_words)
4948

5049
return checker

0 commit comments

Comments
 (0)