Better wording.

This commit is contained in:
Andrew Hamilton 2016-02-13 18:55:15 +00:00
parent 2373e78cbd
commit 5c75832efb
2 changed files with 5 additions and 2 deletions

View file

@ -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