Skip to content

Commit 22ac85a

Browse files
doc: tomli is not needed for Python >= 3.11 (#2751)
1 parent 0c34797 commit 22ac85a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,8 @@ be specified in this file (without the preceding dashes), for example:
135135
136136
Codespell will also check in the current directory for a ``pyproject.toml``
137137
(or a path can be specified via ``--toml <filename>``) file, and the
138-
``[tool.codespell]`` entry will be used as long as the tomli_ package
139-
is installed, for example:
138+
``[tool.codespell]`` entry will be used, but only if the tomli_ package
139+
is installed for versions of Python prior to 3.11. For example:
140140

141141
.. code-block:: toml
142142

0 commit comments

Comments
 (0)