Update README.rst

This commit is contained in:
Shay Palachy
2016-11-16 17:43:29 +02:00
committed by GitHub
parent 8105507106
commit ad9da01d41
+1 -1
View File
@@ -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