From 9aa227878702ffb9ee5415235ea86bf685073b91 Mon Sep 17 00:00:00 2001 From: Rambaud Pierrick <12rambau@users.noreply.github.com> Date: Thu, 12 Dec 2024 21:50:12 +0100 Subject: [PATCH] docs: typo in an example --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 92b89ecd10..d98f8cd96d 100644 --- a/README.rst +++ b/README.rst @@ -217,7 +217,7 @@ 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: @@ -225,7 +225,7 @@ instead of these invalid entries: [codespell] dictionary = -,mydict - ignore-words = -foo,bar + ignore-words-list = -foo,bar .. _tomli: https://pypi.org/project/tomli/