Skip to content

Commit 6a61483

Browse files
committed
fix warning message
1 parent 89825c9 commit 6a61483

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stumpy/cache.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def _enable():
8282
if caller_name != "_save":
8383
msg = (
8484
"The 'cache._enable()' function is deprecated and no longer supported. "
85-
+ "Please use 'cache._save()' instead"
85+
+ "Please use 'cache.save()' instead"
8686
)
8787
warnings.warn(msg, DeprecationWarning, stacklevel=2)
8888

0 commit comments

Comments
 (0)