summaryrefslogtreecommitdiff
path: root/doc/faq.rst
diff options
context:
space:
mode:
authorAdam Parkin <pzelnip@users.noreply.github.com>2018-07-25 23:12:42 -0700
committerClaudiu Popa <pcmanticore@gmail.com>2018-07-26 08:12:42 +0200
commit3c3731225f3d5cf30ed173c51f1e978a4b22ffdf (patch)
treea9293281892090d83851ceff7142209f1a0c8513 /doc/faq.rst
parentbbe51865b19e372521cc09a8435feaaf922cd771 (diff)
downloadpylint-git-3c3731225f3d5cf30ed173c51f1e978a4b22ffdf.tar.gz
Correct sentence in FAQ around Python version support (#2346)
Diffstat (limited to 'doc/faq.rst')
-rw-r--r--doc/faq.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/faq.rst b/doc/faq.rst
index 250b12056..30d4a7d26 100644
--- a/doc/faq.rst
+++ b/doc/faq.rst
@@ -42,8 +42,8 @@ Pylint from the repository, simply invoke ::
-----------------------------------
Pylint depends on astroid_ and a couple of other packages.
-It should be compatible with any Python version greater than 2.7.0 and
-it is also working on PyPy.
+See the following section for details on what versions of Python are
+supported.
.. _`astroid`: https://github.com/PyCQA/astroid