Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ecf4b43

Browse files
author
Fabian Pedregosa
committed
Doc: Print --> Issue
1 parent 00cc485 commit ecf4b43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sklearn/utils/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ def warn_if_not_float(X, estimator='This algorithm'):
159159
class deprecated(object):
160160
"""Decorator to mark a function or class as deprecated.
161161
162-
Prints a warning when the function is called/the class is instantiated and
162+
Issue a warning when the function is called/the class is instantiated and
163163
adds a warning to the docstring.
164164
165165
The optional extra argument will be appended to the deprecation message

0 commit comments

Comments
 (0)