Skip to content

Commit c4db02f

Browse files
pakallisXing
authored andcommitted
DOC Fix typo in glossary.rst (scikit-learn#12913)
1 parent 06da503 commit c4db02f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/glossary.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1595,7 +1595,7 @@ functions or non-estimator constructors.
15951595
performance as in :ref:`grid search <grid_search>`), it may be possible
15961596
to reuse aspects of the model learnt from the previous parameter value,
15971597
saving time. When ``warm_start`` is true, the existing :term:`fitted`
1598-
model :term:`attributes` an are used to initialise the new model
1598+
model :term:`attributes` are used to initialise the new model
15991599
in a subsequent call to :term:`fit`.
16001600

16011601
Note that this is only applicable for some models and some

0 commit comments

Comments
 (0)