Commit d741898 Fabien Coelho
committed
1 parent 811bbde commit d741898 Copy full SHA for d741898
File tree 2 files changed +5
-1
lines changed
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Install with `pip install CacheToolsUtils` or any other relevant mean.
18
18
19
19
A cache with a lock, that can be shared between threads.
20
20
Although there is ` lock ` option in ` cachetools ` ` cached ` decorator, it is at
21
- the function level thus does not work properly of a cache is shared between
21
+ the function level thus does not work properly if a cache is shared between
22
22
functions.
23
23
24
24
``` python
Original file line number Diff line number Diff line change @@ -19,6 +19,10 @@ Install [package](https://pypi.org/project/CacheToolsUtils/) from
19
19
Maybe the existing client can do that with appropriate options?
20
20
- ` cached ` : add ` contains ` and ` delete ` parameters to change names?
21
21
22
+ ## ? on ?
23
+
24
+ Fix doc typo.
25
+
22
26
## 8.6 on 2024-08-03
23
27
24
28
Add license section to README.
You can’t perform that action at this time.
0 commit comments