diff options
author | Lars Buitinck <larsmans@gmail.com> | 2013-10-19 17:51:10 +0200 |
---|---|---|
committer | Lars Buitinck <larsmans@gmail.com> | 2013-10-19 18:35:18 +0200 |
commit | 405753a1051d26590b0e8844eb0d42a2e00c4808 (patch) | |
tree | 731dce41502ba39a1b31f5ef08211051f8c0a5b2 /numpy/core/_methods.py | |
parent | 31d6c4ea5882e1335b3f89e022e7df71380c07ac (diff) | |
download | numpy-405753a1051d26590b0e8844eb0d42a2e00c4808.tar.gz |
MAINT: typo
Diffstat (limited to 'numpy/core/_methods.py')
-rw-r--r-- | numpy/core/_methods.py | 2 |
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 """ |