From ad9da01d4123bf674d1aa5632acfdbf67c1b8af7 Mon Sep 17 00:00:00 2001 From: Shay Palachy Date: Wed, 16 Nov 2016 17:43:29 +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 418817d..6dda64d 100644 --- a/README.rst +++ b/README.rst @@ -129,7 +129,7 @@ This will prevent reading the cache file on each cache read, speeding things up MongoDB Core ~~~~~~~~~~~~ -You can set a MongoDB-based cache by assigning ``mongetter`` with a callable that returns a ``pymongo.Collection`` object: +You can set a MongoDB-based cache by assigning ``mongetter`` with a callable that returns a ``pymongo.Collection`` object with writing permission: .. code-block:: python