Skip to content

Commit c29ef67

Browse files
committed
Merge pull request scikit-learn#3318 from abhishekkrthakur/master
small spelling error in doc
2 parents 1eaf8db + e6da2c1 commit c29ef67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sklearn/linear_model/stochastic_gradient.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -974,7 +974,7 @@ class SGDRegressor(BaseSGDRegressor, _LearntSelectorMixin):
974974
penalty : str, 'l2' or 'l1' or 'elasticnet'
975975
The penalty (aka regularization term) to be used. Defaults to 'l2'
976976
which is the standard regularizer for linear SVM models. 'l1' and
977-
'elasticnet' migh bring sparsity to the model (feature selection)
977+
'elasticnet' might bring sparsity to the model (feature selection)
978978
not achievable with 'l2'.
979979
980980
alpha : float

0 commit comments

Comments
 (0)