From a4cdf0c2c44d3a3f920c86cb5fe714eaf884ebd6 Mon Sep 17 00:00:00 2001 From: Shogo Hida Date: Sat, 10 Dec 2022 00:27:04 +0900 Subject: [PATCH] Fix spelling mistake Signed-off-by: Shogo Hida --- sklearn/covariance/_graph_lasso.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sklearn/covariance/_graph_lasso.py b/sklearn/covariance/_graph_lasso.py index 564d3d21dc681..6b6116ecce040 100644 --- a/sklearn/covariance/_graph_lasso.py +++ b/sklearn/covariance/_graph_lasso.py @@ -136,7 +136,7 @@ def graphical_lasso( If verbose is True, the objective function and dual gap are printed at each iteration. - return_costs : bool, default=Flase + return_costs : bool, default=False If return_costs is True, the objective function and dual gap at each iteration are returned.