Skip to content

Commit 8a42885

Browse files
Fix and clarify cases in ignore patterns (#3583)
Co-authored-by: Eric Larson <larson.eric.d@gmail.com>
1 parent 63c8f83 commit 8a42885

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ You can select the optional dictionaries with the ``--builtin`` option.
119119
Ignoring words
120120
--------------
121121

122-
When ignoring false positives, note that spelling errors are *case-insensitive* but words to ignore are *case-sensitive*. For example, the dictionary entry ``wrod`` will also match the typo ``Wrod``, but to ignore it you must pass ``Wrod``.
122+
When ignoring false positives, note that spelling errors are *case-insensitive* but words to ignore are *case-sensitive*. For example, the dictionary entry ``wrod`` will also match the typo ``Wrod``, but to ignore it you must pass ``wrod`` (to match the case of the dictionary entry).
123123

124124
The words to ignore can be passed in two ways:
125125

0 commit comments

Comments
 (0)