Skip to content

Commit cb27276

Browse files
committed
FIX: detrends
1 parent 41f946e commit cb27276

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/mlab.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ def detrend_mean(x, axis=None):
159159
return x - x.mean(axis, keepdims=True)
160160

161161

162-
@_api.deprecated("3.6", alternative="scipy.signal.detrend")
162+
@_api.deprecated("3.6", alternative="")
163163
def detrend_none(x, axis=None):
164164
"""
165165
Return *x*: no detrending.

0 commit comments

Comments
 (0)