Skip to content

Commit 16eb7e6

Browse files
committed
cache_path -> cache_root
1 parent 6cb1277 commit 16eb7e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ class Tester(Wcache):
170170

171171
return res
172172

173-
with Cache.cache_path(path='/some/directory')
173+
with Cache.cache_root(path='/some/directory')
174174
obj = Tester(nval=3)
175175
...
176176
```

0 commit comments

Comments
 (0)