summaryrefslogtreecommitdiff
path: root/numpy/core/src/arrayobject.c
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/core/src/arrayobject.c')
-rw-r--r--numpy/core/src/arrayobject.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/core/src/arrayobject.c b/numpy/core/src/arrayobject.c
index 1f23e77e1..65c73bbd4 100644
--- a/numpy/core/src/arrayobject.c
+++ b/numpy/core/src/arrayobject.c
@@ -5863,7 +5863,7 @@ static PyObject *
array_fromobject(PyObject *op, PyArray_Descr *newtype, int min_depth,
int max_depth, int flags)
{
- /* This is the main code to make a SciPy array from a Python
+ /* This is the main code to make a NumPy array from a Python
Object. It is called from lot's of different places which
is why there are so many checks. The comments try to
explain some of the checks. */