Skip to content

Commit d1534a5

Browse files
chkoaragramfort
authored andcommitted
Remove repeated word from docstring [ci skip] (scikit-learn#13141)
1 parent 9ac5793 commit d1534a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sklearn/impute.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ def transform(self, X):
408408
class MissingIndicator(BaseEstimator, TransformerMixin):
409409
"""Binary indicators for missing values.
410410
411-
Note that this component typically should not not be used in a vanilla
411+
Note that this component typically should not be used in a vanilla
412412
:class:`Pipeline` consisting of transformers and a classifier, but rather
413413
could be added using a :class:`FeatureUnion` or :class:`ColumnTransformer`.
414414

0 commit comments

Comments
 (0)