Skip to content

Commit 987eb50

Browse files
committed
Decorator
1 parent 31d0f62 commit 987eb50

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
@@ -619,7 +619,7 @@ def add(x, y):
619619
* **Without it `'add.__name__'` would return `'out'`.**
620620

621621
### LRU Cache
622-
**Decorator that caches function's return values. All arguments must be hashable.**
622+
**Decorator that caches function's return values. All function's arguments must be hashable.**
623623

624624
```python
625625
from functools import lru_cache

0 commit comments

Comments
 (0)