We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31d0f62 commit 987eb50Copy full SHA for 987eb50
README.md
@@ -619,7 +619,7 @@ def add(x, y):
619
* **Without it `'add.__name__'` would return `'out'`.**
620
621
### LRU Cache
622
-**Decorator that caches function's return values. All arguments must be hashable.**
+**Decorator that caches function's return values. All function's arguments must be hashable.**
623
624
```python
625
from functools import lru_cache
0 commit comments