8000 style: fix trailing whitespace in _criterion.pxd · scikit-learn/scikit-learn@91683fc · GitHub
[go: up one dir, main page]

Skip to content

Commit 91683fc

Browse files
committed
style: fix trailing whitespace in _criterion.pxd
1 parent a6b956c commit 91683fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sklearn/tree/_criterion.pxd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ cdef class Criterion:
4444
# weighted count of each label. For regression,
4545
# the sum of w*y. sum_total[k] is equal to
4646
# sum_{i=start}^{end-1} w[samples[i]]*y[samples[i], k],
47-
# where k is output index.
47+
# where k is output index.
4848
cdef double* sum_left # Same as above, but for the left side of the split
4949
cdef double* sum_right # same as above, but for the right side of the split
5050

0 commit comments

Comments
 (0)
0