Skip to content

Commit c0afd46

Browse files
committed
DOC mistake in comment
Didn't re-run Cython as this won't change line numbers etc.
1 parent 1f6d602 commit c0afd46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sklearn/utils/sparsefuncs_fast.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ def assign_rows_csr(X,
275275
out : array, shape=(arbitrary, n_features)
276276
"""
277277
cdef:
278-
# npy_intp (np.intc in Python) is what np.where returns,
278+
# npy_intp (np.intp in Python) is what np.where returns,
279279
# but int is what scipy.sparse uses.
280280
int i, ind, j
281281
np.npy_intp rX

0 commit comments

Comments
 (0)