Skip to content

Commit d4f4367

Browse files
committed
Ugh. This sucks.
1 parent 504c73a commit d4f4367

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

comment_spell_check/comment_spell_check.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ def create_spell_checker(args, output_lvl):
446446
for bib in args.bibtex:
447447
bibtex_loader.add_bibtex(my_dict, bib, any([args.brief, output_lvl >= 0]))
448448

449-
# Create the SpellChecker
449+
# Create the spell checking object
450450
spell_checker = SpellChecker(my_dict, filters=[EmailFilter, URLFilter])
451451

452452
return spell_checker

0 commit comments

Comments
 (0)