summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--astroid/brain/_six.py2
-rw-r--r--astroid/brain/_stdlib.py8
2 files changed, 2 insertions, 8 deletions
diff --git a/astroid/brain/_six.py b/astroid/brain/_six.py
index 4f2d117..a1043ea 100644
--- a/astroid/brain/_six.py
+++ b/astroid/brain/_six.py
@@ -16,7 +16,7 @@
# You should have received a copy of the GNU Lesser General Public License along
# with astroid. If not, see <http://www.gnu.org/licenses/>.
-"""Astroid hooks for six.moves."""
+"""Astroid hooks for six module."""
import sys
from textwrap import dedent
diff --git a/astroid/brain/_stdlib.py b/astroid/brain/_stdlib.py
index 953a718..51265d6 100644
--- a/astroid/brain/_stdlib.py
+++ b/astroid/brain/_stdlib.py
@@ -1,10 +1,4 @@
-
-"""Astroid hooks for the Python 2 standard library.
-
-Currently help understanding of :
-
-* hashlib.md5 and hashlib.sha1
-"""
+"""Astroid hooks for the Python standard library."""
import functools
import sys