flake8
diff --git a/codespell_lib/_codespell.py b/codespell_lib/_codespell.py index 59dab61..efa6e5f 100755 --- a/codespell_lib/_codespell.py +++ b/codespell_lib/_codespell.py
@@ -285,7 +285,8 @@ 'patterns to ignore by treating as whitespace. ' 'When writing regular expressions, consider ' 'ensuring there are boundary non-word chars, ' - 'e.g., "\\bmatch\\b". Defaults to empty/disabled.') + 'e.g., "\\bmatch\\b". Defaults to ' + 'empty/disabled.') parser.add_argument('-I', '--ignore-words', action='append', metavar='FILE', help='file that contains words which will be ignored '