Skip to content

Commit d741898

Browse files
author
Fabien Coelho
committed
typo--
1 parent 811bbde commit d741898

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

docs/REFERENCE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Install with `pip install CacheToolsUtils` or any other relevant mean.
1818

1919
A cache with a lock, that can be shared between threads.
2020
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
2222
functions.
2323

2424
```python

docs/VERSIONS.md

+4
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ Install [package](https://pypi.org/project/CacheToolsUtils/) from
1919
Maybe the existing client can do that with appropriate options?
2020
- `cached`: add `contains` and `delete` parameters to change names?
2121

22+
## ? on ?
23+
24+
Fix doc typo.
25+
2226
## 8.6 on 2024-08-03
2327

2428
Add license section to README.

0 commit comments

Comments
 (0)