File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -570,7 +570,7 @@ access and editing at both front and back sides. :class:`Deque
570570cross-thread and cross-process communication. :class: `Deque <diskcache.Deque> `
571571objects are also useful in scenarios where contents should remain persistent or
572572limitations prohibit holding all items in memory at the same time. The deque
573- uses a fixed amout of memory regardless of the size or number of items stored
573+ uses a fixed amount of memory regardless of the size or number of items stored
574574inside it.
575575
576576Index
@@ -603,7 +603,7 @@ interface. :class:`Index <diskcache.Index>` objects inherit all the benefits of
603603cross-thread and cross-process communication. :class: `Index <diskcache.Index> `
604604objects are also useful in scenarios where contents should remain persistent or
605605limitations prohibit holding all items in memory at the same time. The index
606- uses a fixed amout of memory regardless of the size or number of items stored
606+ uses a fixed amount of memory regardless of the size or number of items stored
607607inside it.
608608
609609.. _tutorial-transactions :
You can’t perform that action at this time.
0 commit comments