10000 DOC: Correct a typo: this examples -> this example (#31458) · elhambbi/scikit-learn@bf3bd2b · GitHub
[go: up one dir, main page]

Skip to content

Commit bf3bd2b

Browse files
star1327pelhambbi
authored andcommitted
DOC: Correct a typo: this examples -> this example (scikit-learn#31458)
1 parent ea1e610 commit bf3bd2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/frozen/plot_frozen_examples.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Examples of Using `FrozenEstimator`
44
===================================
55
6-
This examples showcases some use cases of :class:`~sklearn.frozen.FrozenEstimator`.
6+
This example showcases some use cases of :class:`~sklearn.frozen.FrozenEstimator`.
77
88
:class:`~sklearn.frozen.FrozenEstimator` is a utility class that allows to freeze a
99
fitted estimator. This is useful, for instance, when we want to pass a fitted estimator

0 commit comments

Comments
 (0)
0