Skip to content

Commit 0c68be3

Browse files
authored
Fix typo from ploints to points in plot_separator.py
1 parent 12381b0 commit 0c68be3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/scikit-learn/examples/plot_separator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Simple picture of the formal problem of machine learning
33
=========================================================
44
5-
This example generates simple synthetic data ploints and shows a
5+
This example generates simple synthetic data points and shows a
66
separating hyperplane on them.
77
"""
88

0 commit comments

Comments
 (0)