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

Skip to content

Commit 0c38247

Browse files
committed
style: fix t E370 railing whitespace in _criterion.pxd
1 parent edb3956 commit 0c38247

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
@@ -45,7 +45,7 @@ cdef class Criterion:
4545
# weighted count of each label. For regression,
4646
# the sum of w*y. sum_total[k] is equal to
4747
# sum_{i=start}^{end-1} w[samples[i]]*y[samples[i], k],
48-
# where k is output index.
48+
# where k is output index.
4949
cdef double* sum_left # Same as above, but for the left side of the split
5050
cdef double* sum_right # same as above, but for the right side of the split
5151

0 commit comments

Comments
 (0)
0