From bf93206916e19b0b6bd6ad32149e89ce77804922 Mon Sep 17 00:00:00 2001 From: Shay Palachy Date: Thu, 1 Sep 2016 17:27:05 +0300 Subject: [PATCH] Update README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 96605a5..8243b51 100644 --- a/README.rst +++ b/README.rst @@ -97,7 +97,7 @@ You can set any duration as the shelf life of cached return values of a function Now when a cached value matching the given arguments is found the time of its calculation is checked; if more than ``stale_after`` time has since passed, the function will be run again for the same arguments and the new value will be cached and returned. -This is usefull for lengthy calculation that depend on a dynamic data source. +This is usefull for lengthy calculations that depend on a dynamic data source. Fuzzy Shelf Live ~~~~~~~~~~~~~~~~