We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ed398b commit 1506b72Copy full SHA for 1506b72
1 file changed
docs/tutorial.rst
@@ -280,8 +280,8 @@ remove items until the cache volume is less than the size limit.
280
True
281
282
Some users may defer all culling to a cron-like process by setting the
283
-:ref:`cull_limit <tutorial-settings>` to zero and calling :meth:`cull
284
-<diskcache.Cache.cull>` to manually remove items. Like :meth:`evict
+:ref:`cull_limit <tutorial-settings>` to zero and manually calling :meth:`cull
+<diskcache.Cache.cull>` to remove items. Like :meth:`evict
285
<diskcache.Cache.evict>` and :meth:`expire <diskcache.Cache.expire>`, calls to
286
:meth:`cull <diskache.Cache.cull>` will work regardless of the :ref:`cull_limit
287
<tutorial-settings>`.
0 commit comments