mirror of
https://github.com/python/cpython.git
synced 2025-11-25 12:44:13 +00:00
Doc: Fix Wikipedia link for functools.lru_cache (GH-16183)
This commit is contained in:
parent
8debfa5040
commit
336b3064d8
1 changed files with 1 additions and 1 deletions
|
|
@ -482,7 +482,7 @@ def lru_cache(maxsize=128, typed=False):
|
|||
with f.cache_info(). Clear the cache and statistics with f.cache_clear().
|
||||
Access the underlying function with f.__wrapped__.
|
||||
|
||||
See: http://en.wikipedia.org/wiki/Cache_algorithms#Least_Recently_Used
|
||||
See: http://en.wikipedia.org/wiki/Cache_replacement_policies#Least_recently_used_(LRU)
|
||||
|
||||
"""
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue