Skip to content

Commit 1506b72

Browse files
committed
Improve wording
1 parent 6ed398b commit 1506b72

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/tutorial.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -280,8 +280,8 @@ remove items until the cache volume is less than the size limit.
280280
True
281281

282282
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
283+
:ref:`cull_limit <tutorial-settings>` to zero and manually calling :meth:`cull
284+
<diskcache.Cache.cull>` to remove items. Like :meth:`evict
285285
<diskcache.Cache.evict>` and :meth:`expire <diskcache.Cache.expire>`, calls to
286286
:meth:`cull <diskache.Cache.cull>` will work regardless of the :ref:`cull_limit
287287
<tutorial-settings>`.

0 commit comments

Comments
 (0)