Skip to content

Commit

Permalink
regex
Browse files Browse the repository at this point in the history
  • Loading branch information
jonmeow committed Jun 1, 2021
1 parent a5402ec commit 4961cc1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions codespell_lib/_codespell.py
Original file line number Diff line number Diff line change
Expand Up @@ -283,9 +283,9 @@ def parse_options(args):
action='store', type=str,
help='regular expression which is used to find '
'patterns to ignore by treating as whitespace. '
'When writing regexes, consider ensuring there '
'are boundary non-word chars, e.g., '
'"\\bmatch\\b". Defaults to empty/disabled.')
'When writing regular expressions, consider '
'ensuring there are boundary non-word chars, '
'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 '
Expand Down

0 comments on commit 4961cc1

Please sign in to comment.