Skip to content

Commit ce2675a

Browse files
committed
Decorator
1 parent c47eb5a commit ce2675a

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 functions return values.**
625+
**Decorator that caches function's return values.**
626626
```python
627627
@lru_cache(maxsize=None)
628628
def fib(n):

0 commit comments

Comments
 (0)