You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+34-17Lines changed: 34 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -119,7 +119,7 @@ You can select the optional dictionaries with the ``--builtin`` option.
119
119
Ignoring words
120
120
--------------
121
121
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``.
123
123
124
124
The words to ignore can be passed in two ways:
125
125
@@ -161,7 +161,8 @@ Using a config file
161
161
162
162
Command line options can also be specified in a config file.
163
163
164
-
When running ``codespell``, it will check in the current directory for a file
164
+
When running ``codespell``, it will check in the current directory for an
The above simply downloads the latest ``dictionary.txt`` file and then by utilizing the ``-D`` flag allows the user to specify the freshly downloaded ``dictionary.txt`` as the custom dictionary instead of the default one.
354
371
355
372
You can also do the same thing for the other dictionaries listed here:
0 commit comments