Skip to content

Commit ef54931

Browse files
vnavkaljnothman
authored andcommitted
DOC fix typo in estimator documentation (scikit-learn#10344)
1 parent 3e29334 commit ef54931

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/developers/contributing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1125,7 +1125,7 @@ the correct interface more easily.
11251125

11261126
.. topic:: ``BaseEstimator`` and mixins:
11271127

1128-
We tend to use use "duck typing", so building an estimator which follows
1128+
We tend to use "duck typing", so building an estimator which follows
11291129
the API suffices for compatibility, without needing to inherit from or
11301130
even import any scikit-learn classes.
11311131

0 commit comments

Comments
 (0)