diff --git a/packages/scikit-learn/examples/plot_separator.py b/packages/scikit-learn/examples/plot_separator.py index c44d6bcb..5ff93c4c 100644 --- a/packages/scikit-learn/examples/plot_separator.py +++ b/packages/scikit-learn/examples/plot_separator.py @@ -2,7 +2,7 @@ Simple picture of the formal problem of machine learning ========================================================= -This example generates simple synthetic data ploints and shows a +This example generates simple synthetic data points and shows a separating hyperplane on them. """