8000 DOC Fix typo in experimental features documentation (#19053) · scikit-learn/scikit-learn@983d1ee · GitHub
[go: up one dir, main page]

Skip to content

Commit 983d1ee

Browse files
authored
DOC Fix typo in experimental features documentation (#19053)
1 parent 6657a82 commit 983d1ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/developers/maintainer.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -374,9 +374,9 @@ Also, the (private) experimental features that are imported must be in a
374374
submodule/subpackage of the public subpackage, e.g.
375375
``sklearn/ensemble/_hist_gradient_boosting/`` or
376376
``sklearn/impute/_iterative.py``. This is needed so that pickles still work
377-
in the future when the features aren't experimental anymore
377+
in the future when the features aren't experimental anymore.
378378

379-
To avoid type checker (e.g. mypy) errors a direct import of experimenal
379+
To avoid type checker (e.g. mypy) errors a direct import of experimental
380380
estimators should be done in the parent module, protected by the
381381
``if typing.TYPE_CHECKING`` check. See `sklearn/ensemble/__init__.py
382382
<https://github.com/scikit-learn/scikit-learn/blob/master/sklearn/ensemble/__init__.py>`_,

0 commit comments

Comments
 (0)
0