summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2015-10-26 21:11:20 +0000
committerClaudiu Popa <pcmanticore@gmail.com>2015-10-26 21:11:20 +0000
commit469b5951011ba678fed9676e5d8b95d58fede089 (patch)
treeec1c6d9b213b2766eb95043a080f6b75e4babc41
parent5aa6b2cf256f864314386af8774f335c70e4bd03 (diff)
downloadastroid-469b5951011ba678fed9676e5d8b95d58fede089.tar.gz
Update docstrings to reflect what's actually happening in some brain files.
-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