Skip to content

Commit a212b1a

Browse files
Merge pull request scikit-learn#7217 from ClimbsRocks/patch-9
minor wording fix
2 parents a18344e + 454b0f2 commit a212b1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/modules/preprocessing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Standardization, or mean removal and variance scaling
1616
=====================================================
1717

1818
**Standardization** of datasets is a **common requirement for many
19-
machine learning estimators** implemented in the scikit; they might behave
19+
machine learning estimators** implemented in scikit-learn; they might behave
2020
badly if the individual features do not more or less look like standard
2121
normally distributed data: Gaussian with **zero mean and unit variance**.
2222

0 commit comments

Comments
 (0)