summaryrefslogtreecommitdiff
path: root/doc/development_guide
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2022-04-26 09:51:22 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2022-04-28 13:09:08 +0200
commit7dd8d5158ef4dc7cc2dc732c60b8760894cbb47e (patch)
tree38aa60dc05e2aec6640a38ced41d211854fddce7 /doc/development_guide
parent72b9e83d0e48545a3cb5db18e0c724ec406ce9c2 (diff)
downloadpylint-git-7dd8d5158ef4dc7cc2dc732c60b8760894cbb47e.tar.gz
Fix the pyenchant dependencie following #6440
Co-authored-by: Daniƫl van Noord <13665637+DanielNoord@users.noreply.github.com>
Diffstat (limited to 'doc/development_guide')
-rw-r--r--doc/development_guide/contribute.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development_guide/contribute.rst b/doc/development_guide/contribute.rst
index 1d1b00813..cdf843452 100644
--- a/doc/development_guide/contribute.rst
+++ b/doc/development_guide/contribute.rst
@@ -71,7 +71,7 @@ of Pylint as it gives you access to the latest ``ast`` parser.
For more information on how to use our test suite and write new tests see :ref:`testing`.
-- ``pylint`` uses black_ and isort_ among other Python autoformatters.
+- ``pylint`` uses black_ and isort_ among other Python auto-formatters.
We have a pre-commit hook which should take care of the autoformatting for
you. To enable it, do the following: