Skip to content

Commit 52fb066

Browse files
authored
DOC: Fix typo in _HTMLDocumentationLinkMixin docstring (#31887)
1 parent 1a6e34c commit 52fb066

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sklearn/utils/_repr_html/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class _HTMLDocumentationLinkMixin:
2525
The method :meth:`_get_doc_link` generates the link to the API documentation for a
2626
given estimator.
2727
28-
This useful provides all the necessary states for
28+
This mixin provides all the necessary states for
2929
:func:`sklearn.utils.estimator_html_repr` to generate a link to the API
3030
documentation for the estimator HTML diagram.
3131

0 commit comments

Comments
 (0)