Skip to content

Commit e247a5b

Browse files
committed
Merge pull request scikit-learn#3096 from ash211/patch-1
Typo: thepath -> the path
2 parents 3c9e458 + 57f906f commit e247a5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sklearn/linear_model/randomized_l1.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ class RandomizedLasso(BaseRandomizedLinearModel):
259259
260260
memory : Instance of joblib.Memory or string
261261
Used for internal caching. By default, no caching is done.
262-
If a string is given, it is thepath to the caching directory.
262+
If a string is given, it is the path to the caching directory.
263263
264264
Attributes
265265
----------
@@ -427,7 +427,7 @@ class RandomizedLogisticRegression(BaseRandomizedLinearModel):
427427
428428
memory : Instance of joblib.Memory or string
429429
Used for internal caching. By default, no caching is done.
430-
If a string is given, it is thepath to the caching directory.
430+
If a string is given, it is the path to the caching directory.
431431
432432
Attributes
433433
----------

0 commit comments

Comments
 (0)