Skip to content

Commit a453cd0

Browse files
Merge pull request scikit-learn#7165 from tKammy/fixed_typo
fixed typo
2 parents fc66544 + 4c7753c commit a453cd0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sklearn/linear_model/logistic.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1142,7 +1142,7 @@ def fit(self, X, y, sample_weight=None):
11421142
Parameters
11431143
----------
11441144
X : {array-like, sparse matrix}, shape (n_samples, n_features)
1145-
Training vector, where n_samples in the number of samples and
1145+
Training vector, where n_samples is the number of samples and
11461146
n_features is the number of features.
11471147
11481148
y : array-like, shape (n_samples,)
@@ -1525,7 +1525,7 @@ def fit(self, X, y, sample_weight=None):
15251525
Parameters
15261526
----------
15271527
X : {array-like, sparse matrix}, shape (n_samples, n_features)
1528-
Training vector, where n_samples in the number of samples and
1528+
Training vector, where n_samples is the number of samples and
15291529
n_features is the number of features.
15301530
15311531
y : array-like, shape (n_samples,)

0 commit comments

Comments
 (0)