8000 DOC Fix typo in neighbors/nearest_centroid.py (#12223) · scikit-learn/scikit-learn@663e024 · GitHub
[go: up one dir, main page]

Skip to content

Commit 663e024

Browse files
jdethurensqinhanmin2014
authored andcommitted
DOC Fix typo in neighbors/nearest_centroid.py (#12223)
1 parent 9d58ca5 commit 663e024

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sklearn/neighbors/nearest_centroid.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ def fit(self, X, y):
8989
Parameters
9090
----------
9191
X : {array-like, sparse matrix}, shape = [n_samples, n_features]
92-
Training vector, where n_samples in the number of samples and
92+
Training vector, where n_samples is the number of samples and
9393
n_features is the number of features.
9494
Note that centroid shrinking cannot be used with sparse matrices.
9595
y : array, shape = [n_samples]

0 commit comments

Comments
 (0)
0