summaryrefslogtreecommitdiff
path: root/doc/whatsnew/2.11.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/whatsnew/2.11.rst')
-rw-r--r--doc/whatsnew/2.11.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/whatsnew/2.11.rst b/doc/whatsnew/2.11.rst
index 647f326cd..8d098e140 100644
--- a/doc/whatsnew/2.11.rst
+++ b/doc/whatsnew/2.11.rst
@@ -67,7 +67,7 @@ Extensions
Other Changes
=============
-* Added ``py-version`` config key (if ``[MASTER]`` section). Used for version dependant checks.
+* Added ``py-version`` config key (if ``[MASTER]`` section). Used for version dependent checks.
Will default to whatever Python version pylint is executed with.
* The ``invalid-name`` message is now more detailed when using multiple naming style regexes.