Skip to content
This repository has been archived by the owner on Feb 24, 2019. It is now read-only.

Commit

Permalink
fix lru_cache typo
Browse files Browse the repository at this point in the history
fix lru_cache typo
  • Loading branch information
AnkurDedania committed Aug 13, 2015
1 parent c5b455f commit 5045e0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pies/functools.py
Expand Up @@ -207,4 +207,4 @@ def cache_clear():
wrapper.cache_clear = cache_clear
return update_wrapper(wrapper, user_function)

return decorating_function()
return decorating_function

0 comments on commit 5045e0c

Please sign in to comment.