From 90f962d120f4c8ac92a7d71469b945fe32599a01 Mon Sep 17 00:00:00 2001
From: Olivier Grisel <olivier.grisel@ensta.org>
Date: Sun, 12 Dec 2010 02:43:46 +0100
Subject: [PATCH] cosmit

---
 scikits/learn/linear_model/least_angle.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scikits/learn/linear_model/least_angle.py b/scikits/learn/linear_model/least_angle.py
index ed4eb3929e..12b1ecabe7 100644
--- a/scikits/learn/linear_model/least_angle.py
+++ b/scikits/learn/linear_model/least_angle.py
@@ -52,7 +52,7 @@ def lars_path(X, y, Xy=None, Gram=None, max_features=None,
         active: array, shape (?)
             Indices of active variables at the end of the path.
 
-        coefs: array, shape (p,k)
+        coefs: array, shape (p, k)
             Coefficients along the path
 
         Notes
-- 
GitLab