Skip to content

Commit 6363d51

Browse files
DOC Fix typo in plot_classifier_comparison.py (scikit-learn#27149)
Co-authored-by: Adrin Jalali <adrin.jalali@gmail.com>
1 parent 462a6d3 commit 6363d51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/classification/plot_classifier_comparison.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Classifier comparison
44
=====================
55
6-
A comparison of a several classifiers in scikit-learn on synthetic datasets.
6+
A comparison of several classifiers in scikit-learn on synthetic datasets.
77
The point of this example is to illustrate the nature of decision boundaries
88
of different classifiers.
99
This should be taken with a grain of salt, as the intuition conveyed by

0 commit comments

Comments
 (0)