summaryrefslogtreecommitdiff
path: root/doc/whatsnew/2/2.1/full.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/whatsnew/2/2.1/full.rst')
-rw-r--r--doc/whatsnew/2/2.1/full.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/whatsnew/2/2.1/full.rst b/doc/whatsnew/2/2.1/full.rst
index a1e7e24c1..03d1e82ac 100644
--- a/doc/whatsnew/2/2.1/full.rst
+++ b/doc/whatsnew/2/2.1/full.rst
@@ -42,7 +42,7 @@ Release date: 2018-08-01
* Correctly handle the new name of the Python implementation of the ``abc`` module.
- Closes PyCQA/astroid#2288
+ Closes pylint-dev/astroid#2288
* Modules with ``__getattr__`` are exempted by default from ``no-member``