Skip to content

Commit

Permalink
Remove repeated word from docstring [ci skip] (scikit-learn#13141)
Browse files Browse the repository at this point in the history
  • Loading branch information
chkoar authored and agramfort committed Feb 12, 2019
1 parent 9ac5793 commit d1534a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sklearn/impute.py
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ def transform(self, X):
class MissingIndicator(BaseEstimator, TransformerMixin):
"""Binary indicators for missing values.
Note that this component typically should not not be used in a vanilla
Note that this component typically should not be used in a vanilla
:class:`Pipeline` consisting of transformers and a classifier, but rather
could be added using a :class:`FeatureUnion` or :class:`ColumnTransformer`.
Expand Down

0 comments on commit d1534a5

Please sign in to comment.