summaryrefslogtreecommitdiff
path: root/doc/development_guide
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2022-06-01 11:49:24 +0200
committerGitHub <noreply@github.com>2022-06-01 11:49:24 +0200
commit214201a07aef7068013ff3af1c3cbd479ac39146 (patch)
treeeefd0be8206692173add18a69c1528a23b541bd2 /doc/development_guide
parentc2b91446e0e7a838535e2d6eb1fe4ee8f795b410 (diff)
downloadpylint-git-214201a07aef7068013ff3af1c3cbd479ac39146.tar.gz
[doc] Add a check for changelogs and fix the issues encountered (#6735)
Diffstat (limited to 'doc/development_guide')
-rw-r--r--doc/development_guide/contributor_guide/tests/install.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development_guide/contributor_guide/tests/install.rst b/doc/development_guide/contributor_guide/tests/install.rst
index 86dbb1463..c150d0b91 100644
--- a/doc/development_guide/contributor_guide/tests/install.rst
+++ b/doc/development_guide/contributor_guide/tests/install.rst
@@ -25,7 +25,7 @@ This ensures your testing environment is similar to Pylint's testing environment
**Optionally** (Because there's an auto-fix if you open a merge request): We have
pre-commit hooks which should take care of the autoformatting for you before each
-commits. To enable it, run ``pre-commit install`` in the ``pylint`` root directory.
+commit. To enable it, run ``pre-commit install`` in the ``pylint`` root directory.
Astroid installation
--------------------