summaryrefslogtreecommitdiff
path: root/doc/faq.rst
diff options
context:
space:
mode:
authorDavid Douard <david.douard@logilab.fr>2013-06-17 15:06:48 +0200
committerDavid Douard <david.douard@logilab.fr>2013-06-17 15:06:48 +0200
commit34e999fc8d56fdeadda39bb8f7122e203af7d869 (patch)
tree85c406f60ea59578241ac0959591720d07fa0fda /doc/faq.rst
parentb4a281669859719bf13e01b81c6d979fcc0ea2d7 (diff)
downloadpylint-34e999fc8d56fdeadda39bb8f7122e203af7d869.tar.gz
astng has been renamed astroid
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 15de8c5..ce5102d 100644
--- a/doc/faq.rst
+++ b/doc/faq.rst
@@ -64,10 +64,10 @@ Pylint from the repository, simply invoke ::
2.3 What are Pylint's dependencies?
-----------------------------------
-Pylint requires the latest `astng`_ and `logilab-common`_ packages. It should be
+Pylint requires the latest `astroid`_ and `logilab-common`_ packages. It should be
compatible with any Python version greater than 2.5.0.
-.. _`astng`: https://bitbucket.org/logilab/astng
+.. _`astroid`: https://bitbucket.org/logilab/astroid
.. _`logilab-common`: http://www.logilab.org/project/logilab-common