From 7af2e4009e1d1f8b498069bf3d3606e12bad1126 Mon Sep 17 00:00:00 2001 From: Shay Palachy Date: Wed, 16 Nov 2016 17:47:43 +0200 Subject: [PATCH] Update README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 6dda64d..e971d78 100644 --- a/README.rst +++ b/README.rst @@ -124,7 +124,7 @@ You can slightly optimize pickle-based caching if you know your code will only b @cachier(pickle_reload=False) -This will prevent reading the cache file on each cache read, speeding things up a bit, while also nullfying inter-thread functionality (the code is still thread safe, but different threads will have different version of the cache at times, and will sometime make unecessary function calls). +This will prevent reading the cache file on each cache read, speeding things up a bit, while also nullfying inter-thread functionality (the code is still thread safe, but different threads will have different versions of the cache at times, and will sometime make unecessary function calls). MongoDB Core