Skip to content

Commit e54da92

Browse files
DOC Add missing punctuation (#31061)
1 parent 85fb4da commit e54da92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sklearn/model_selection/_validation.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -287,8 +287,8 @@ def cross_validate(
287287
set for each cv split.
288288
``score_time``
289289
The time for scoring the estimator on the test set for each
290-
cv split. (Note time for scoring on the train set is not
291-
included even if ``return_train_score`` is set to ``True``
290+
cv split. (Note: time for scoring on the train set is not
291+
included even if ``return_train_score`` is set to ``True``).
292292
``estimator``
293293
The estimator objects for each cv split.
294294
This is available only if ``return_estimator`` parameter

0 commit comments

Comments
 (0)