Skip to content

Commit

Permalink
docs: typo in an example
Browse files Browse the repository at this point in the history
  • Loading branch information
12rambau authored and DimitriPapadopoulos committed Dec 12, 2024
1 parent 2ec98c9 commit 678bc90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -217,15 +217,15 @@ you need to do this, structure your entries like this:
[codespell]
dictionary = mydict,-
ignore-words = bar,-foo
ignore-words-list = bar,-foo
instead of these invalid entries:

.. code-block:: ini
[codespell]
dictionary = -,mydict
ignore-words = -foo,bar
ignore-words-list = -foo,bar
.. _tomli: https://pypi.org/project/tomli/

Expand Down

0 comments on commit 678bc90

Please sign in to comment.