summaryrefslogtreecommitdiff
path: root/doc/development_guide
diff options
context:
space:
mode:
authorJacob Walls <jacobtylerwalls@gmail.com>2022-03-30 12:56:30 -0400
committerJacob Walls <jacobtylerwalls@gmail.com>2022-04-29 13:39:37 -0400
commit11a8982fcba04c1f5f309384241d8b362b4e264a (patch)
treee0e1bd3cce98f0df3033b2af2671750ae63222ef /doc/development_guide
parent9cb9c2e4b6d75b8b3d8f14975032ae5704106ce9 (diff)
downloadpylint-git-11a8982fcba04c1f5f309384241d8b362b4e264a.tar.gz
Fix typo for script directory
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 cdf843452..bf8127de5 100644
--- a/doc/development_guide/contribute.rst
+++ b/doc/development_guide/contribute.rst
@@ -126,7 +126,7 @@ Tips for Getting Started with Pylint Development
and therefore where the logic for that code exists.
* When adding a new checker class you can use the :file:`get_unused_message_id_category.py`
- script in :file:`./scripts` to get a message id that is not used by
+ script in :file:`./script` to get a message id that is not used by
any of the other checkers.
Building the documentation