Skip to content

Commit 5e28817

Browse files
committed
Reword comment
1 parent 1721957 commit 5e28817

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

codespell.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ def parse_file(filename, colors, summary):
282282
lines[i - 1] = lines[i - 1].replace(word, fixword, 1)
283283
continue
284284

285-
# if not warning was explicitly set by interactive mode
285+
# otherwise warning was explicitly set by interactive mode
286286
if options.interactive & 2 and not fix and not misspellings[lword].reason:
287287
continue
288288

0 commit comments

Comments
 (0)