Skip to content

Commit 4560abc

Browse files
authored
DOC: Correct a typo: this examples -> this example (scikit-learn#31458)
1 parent bff3d7d commit 4560abc

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)