diff --git a/codespell_lib/_codespell.py b/codespell_lib/_codespell.py index df55894980..8407947324 100644 --- a/codespell_lib/_codespell.py +++ b/codespell_lib/_codespell.py @@ -540,7 +540,6 @@ def ask_for_word_fix(line, wrongword, misspelling, interactivity): if r == 'N': misspelling.fix = False - misspelling.fixword = '' elif (interactivity & 2) and not misspelling.reason: # if it is not disabled, i.e. it just has more than one possible fix,