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

Skip to content

Commit 907d772

Browse files
jdethurensjnothman
authored andcommitted
DOC Fix typo in neighbors/nearest_centroid.py (scikit-learn#12223)
1 parent 5c67529 commit 907d772

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