Better wording.
This commit is contained in:
parent
2373e78cbd
commit
5c75832efb
2 changed files with 5 additions and 2 deletions
3
tools.py
3
tools.py
|
|
@ -550,6 +550,9 @@ def php5_syntax(path):
|
|||
php5_syntax.dependencies = {"php5"}
|
||||
|
||||
|
||||
#############################
|
||||
|
||||
|
||||
def lru_cache_with_eviction(maxsize=128, typed=False):
|
||||
versions = {}
|
||||
make_key = functools._make_key
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue