summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CONTRIBUTORS.txt2
-rw-r--r--ChangeLog2
-rw-r--r--doc/development_guide/contribute.rst4
3 files changed, 6 insertions, 2 deletions
diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt
index a8e0b5257..d27e0cbb6 100644
--- a/CONTRIBUTORS.txt
+++ b/CONTRIBUTORS.txt
@@ -412,4 +412,6 @@ contributors:
* David Cain: contributor
+* Or Bahari
+
* Joshua Cannon: contributor
diff --git a/ChangeLog b/ChangeLog
index b5087eedb..10aee60a9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,8 @@
Pylint's ChangeLog
------------------
+* Fix minor documentation issue in contribute.rst
+
What's New in Pylint 2.6.1?
===========================
Release date: 2020-09-08
diff --git a/doc/development_guide/contribute.rst b/doc/development_guide/contribute.rst
index b9a2385bd..5b2116e9c 100644
--- a/doc/development_guide/contribute.rst
+++ b/doc/development_guide/contribute.rst
@@ -156,9 +156,9 @@ If you need special control over Pylint's flag, you can also create a .rc file,
can have sections of Pylint's configuration.
During development, it's sometimes helpful to run all functional tests in your
-current environment in order to have faster feedback. Run with::
+current environment in order to have faster feedback. Run from Pylint root directory with::
- python pylint/test/test_functional.py
+ python tests/test_functional.py
.. _`Closing issues via commit messages`: https://help.github.com/articles/closing-issues-via-commit-messages/
.. _`About pull requests`: https://help.github.com/articles/using-pull-requests/