Skip to content

Commit 678bc90

Browse files
12rambauDimitriPapadopoulos
authored andcommitted
docs: typo in an example
1 parent 2ec98c9 commit 678bc90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -217,15 +217,15 @@ you need to do this, structure your entries like this:
217217
218218
[codespell]
219219
dictionary = mydict,-
220-
ignore-words = bar,-foo
220+
ignore-words-list = bar,-foo
221221
222222
instead of these invalid entries:
223223

224224
.. code-block:: ini
225225
226226
[codespell]
227227
dictionary = -,mydict
228-
ignore-words = -foo,bar
228+
ignore-words-list = -foo,bar
229229
230230
.. _tomli: https://pypi.org/project/tomli/
231231

0 commit comments

Comments
 (0)