Skip to content

Commit 758b08d

Browse files
committed
update API references in readme
1 parent 7b9dfe4 commit 758b08d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ def calculate_performance(employee):
194194
```
195195

196196
Note that writing a robust key maker function can be challenging in some situations. If you find it difficult,
197-
feel free to ask me for help by submitting an [issue](https://github.com/lonelyenvoy/python-memoization/issues).
197+
feel free to ask for help by submitting an [issue](https://github.com/lonelyenvoy/python-memoization/issues).
198198

199199

200200
### Knowing how well the cache is behaving
@@ -223,6 +223,7 @@ With ```cache_info```, you can retrieve the number of ```hits``` and ```misses``
223223

224224
- Access the original function ```f``` by ```f.__wrapped__```.
225225
- Clear the cache by ```f.cache_clear()```.
226+
- Disable `SyntaxWarning` by ```memoization.suppress_warnings()```.
226227

227228

228229
## Contributing

0 commit comments

Comments
 (0)