From ecf4b43e045a23596f7fe731d015769871c1f636 Mon Sep 17 00:00:00 2001
From: Fabian Pedregosa <fabian.pedregosa@inria.fr>
Date: Mon, 19 Sep 2011 23:32:57 +0200
Subject: [PATCH] Doc: Print --> Issue

---
 sklearn/utils/__init__.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sklearn/utils/__init__.py b/sklearn/utils/__init__.py
index a6ca0a8660..37661851f5 100644
--- a/sklearn/utils/__init__.py
+++ b/sklearn/utils/__init__.py
@@ -159,7 +159,7 @@ def warn_if_not_float(X, estimator='This algorithm'):
 class deprecated(object):
     """Decorator to mark a function or class as deprecated.
 
-    Prints a warning when the function is called/the class is instantiated and
+    Issue a warning when the function is called/the class is instantiated and
     adds a warning to the docstring.
 
     The optional extra argument will be appended to the deprecation message
-- 
GitLab