summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Edmund Crosley <timothy.crosley@gmail.com>2015-08-13 08:56:39 -0700
committerTimothy Edmund Crosley <timothy.crosley@gmail.com>2015-08-13 08:56:39 -0700
commit8eba311cde95da8c01c934fc6363bce020ea5758 (patch)
tree97e36443ee7296479ba5ac055ae7b689b9c7569c
parentc5b455f9f7d3b8318aac7321c510b312d45cd05a (diff)
parent5045e0c23134bc1fd2e827cbbff4c10bf5beda8c (diff)
downloadpies-8eba311cde95da8c01c934fc6363bce020ea5758.tar.gz
Merge pull request #51 from AbsoluteMSTR/patch-1
fix lru_cache typo
-rw-r--r--pies/functools.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pies/functools.py b/pies/functools.py
index 3f26096..aef2b50 100644
--- a/pies/functools.py
+++ b/pies/functools.py
@@ -207,4 +207,4 @@ if sys.version_info <= (3, 2):
wrapper.cache_clear = cache_clear
return update_wrapper(wrapper, user_function)
- return decorating_function()
+ return decorating_function