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 504c73a commit d4f4367Copy full SHA for d4f4367
comment_spell_check/comment_spell_check.py
@@ -446,7 +446,7 @@ def create_spell_checker(args, output_lvl):
446
for bib in args.bibtex:
447
bibtex_loader.add_bibtex(my_dict, bib, any([args.brief, output_lvl >= 0]))
448
449
- # Create the SpellChecker
+ # Create the spell checking object
450
spell_checker = SpellChecker(my_dict, filters=[EmailFilter, URLFilter])
451
452
return spell_checker
0 commit comments