8000 DOC Fix minor typo - "there" to "their" (#26346) · scikit-learn/scikit-learn@b747bac · GitHub
[go: up one dir, main page]

Skip to content

Commit b747bac

Browse files
author
Joshua Hedlund
authored
DOC Fix minor typo - "there" to "their" (#26346)
1 parent cb14693 commit b747bac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/tutorial/basic/tutorial.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ adequate preprocessing<preprocessing_scaler>`.
242242

243243
Keep in mind however that not all scikit-learn estimators attempt to
244244
work in `float32` mode. For instance, some transformers will always
245-
cast there input to `float64` and return `float64` transformed
245+
cast their input to `float64` and return `float64` transformed
246246
values as a result.
247247

248248
Regression targets are cast to ``float64`` and classification targets are

0 commit comments

Comments
 (0)
0