summaryrefslogtreecommitdiff
path: root/numpy/core/_methods.py
diff options
context:
space:
mode:
authorLars Buitinck <larsmans@gmail.com>2013-10-19 17:51:10 +0200
committerLars Buitinck <larsmans@gmail.com>2013-10-19 18:35:18 +0200
commit405753a1051d26590b0e8844eb0d42a2e00c4808 (patch)
tree731dce41502ba39a1b31f5ef08211051f8c0a5b2 /numpy/core/_methods.py
parent31d6c4ea5882e1335b3f89e022e7df71380c07ac (diff)
downloadnumpy-405753a1051d26590b0e8844eb0d42a2e00c4808.tar.gz
MAINT: typo
Diffstat (limited to 'numpy/core/_methods.py')
-rw-r--r--numpy/core/_methods.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/core/_methods.py b/numpy/core/_methods.py
index c8a968c97..a064f70c7 100644
--- a/numpy/core/_methods.py
+++ b/numpy/core/_methods.py
@@ -1,5 +1,5 @@
"""
-Array methods which are called by the both the C-code for the method
+Array methods which are called by both the C-code for the method
and the Python code for the NumPy-namespace function
"""