Skip to content

Commit 524f4cd

Browse files
Merge pull request scikit-learn#2960 from ethanwhite/docs-typo
Fix typo in linear_model documentation
2 parents 4c6e026 + eef9fd5 commit 524f4cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/modules/linear_model.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ computes the coefficients along the full path of possible values.
213213
Setting regularization parameter
214214
--------------------------------
215215

216-
The `alpha` parameter control the degree of sparsity of the coefficients
216+
The `alpha` parameter controls the degree of sparsity of the coefficients
217217
estimated.
218218

219219
Using cross-validation

0 commit comments

Comments
 (0)