From 49705b8dbc7c753035b9ddccfac59797a851cfe9 Mon Sep 17 00:00:00 2001 From: Sota Goto Date: Thu, 7 Aug 2025 18:18:42 +0900 Subject: [PATCH] DOC: Fix typo in _HTMLDocumentationLinkMixin docstring --- sklearn/utils/_repr_html/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sklearn/utils/_repr_html/base.py b/sklearn/utils/_repr_html/base.py index 993d8761b8d1c..61e6862ee8623 100644 --- a/sklearn/utils/_repr_html/base.py +++ b/sklearn/utils/_repr_html/base.py @@ -25,7 +25,7 @@ class _HTMLDocumentationLinkMixin: The method :meth:`_get_doc_link` generates the link to the API documentation for a given estimator. - This useful provides all the necessary states for + This mixin provides all the necessary states for :func:`sklearn.utils.estimator_html_repr` to generate a link to the API documentation for the estimator HTML diagram.