Skip to content

Commit

Permalink
logging typo
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcombessie committed Sep 30, 2020
1 parent 28ef5a1 commit 38552ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python-lib/plugin_config_loading.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ def load_plugin_config_spellchecker() -> Dict:

# ignore token
if len(recipe_config.get("ignore_word_regex")) == 0:
logging.info("No regular expression for words not to be corrected")
logging.info("No regular expression for words not to be corrected")
params["ignore_word_regex"] = None # symspellpy wants None
else:
params["ignore_word_regex"] = recipe_config.get("ignore_word_regex")
Expand Down

0 comments on commit 38552ef

Please sign in to comment.