diff options
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 """ |