Skip to content

Commit 0def444

Browse files
committed
Decorator
1 parent ce2675a commit 0def444

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
@@ -622,7 +622,7 @@ def add(x, y):
622622
```
623623

624624
### LRU Cache
625-
**Decorator that caches function's return values.**
625+
**Decorator that caches function's return values. All arguments must be hashable.**
626626
```python
627627
@lru_cache(maxsize=None)
628628
def fib(n):

0 commit comments

Comments
 (0)