From 23e31ad016ae56bf6c2cc42ac1d5f17237285bfd Mon Sep 17 00:00:00 2001 From: Rambaud Pierrick <12rambau@users.noreply.github.com> Date: Tue, 26 Mar 2024 17:37:29 +0100 Subject: [PATCH 1/2] docs: indentation error I saw that the second example was 1 space too far so badly inerpreted as a quote --- README.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 2fe86f3ed9..084afb84f1 100644 --- a/README.rst +++ b/README.rst @@ -151,10 +151,10 @@ Words should be separated by a comma. 2. ignore multiple words: - .. code-block:: python - - def wrod(wrods) # codespell:ignore - pass + .. code-block:: python + + def wrod(wrods) # codespell:ignore + pass Using a config file ------------------- From b241d8f5be37a4722734006a3178f20ee4fcbcc7 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 26 Mar 2024 16:37:51 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 084afb84f1..114b78dd1b 100644 --- a/README.rst +++ b/README.rst @@ -152,7 +152,7 @@ Words should be separated by a comma. 2. ignore multiple words: .. code-block:: python - + def wrod(wrods) # codespell:ignore pass