Skip to content

Commit 5088a40

Browse files
reshamasglemaitre
andauthored
DOC fix indent in docstring of AdditiveChi2sampler (scikit-learn#20710)
Co-authored-by: Guillaume Lemaitre <[email protected]>
1 parent d05bd7f commit 5088a40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sklearn/kernel_approximation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -552,7 +552,7 @@ def fit(self, X, y=None):
552552
and `n_features` is the number of features.
553553
554554
y : array-like, shape (n_samples,) or (n_samples, n_outputs), \
555-
default=None
555+
default=None
556556
Target values (None for unsupervised transformations).
557557
558558
Returns

0 commit comments

Comments
 (0)