Skip to content

Commit 6ed012a

Browse files
artiomgrantjenks
authored andcommitted
docs: fix typo
1 parent 4de3c0e commit 6ed012a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎docs/tutorial.rst‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -570,7 +570,7 @@ access and editing at both front and back sides. :class:`Deque
570570
cross-thread and cross-process communication. :class:`Deque <diskcache.Deque>`
571571
objects are also useful in scenarios where contents should remain persistent or
572572
limitations 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
574574
inside it.
575575

576576
Index
@@ -603,7 +603,7 @@ interface. :class:`Index <diskcache.Index>` objects inherit all the benefits of
603603
cross-thread and cross-process communication. :class:`Index <diskcache.Index>`
604604
objects are also useful in scenarios where contents should remain persistent or
605605
limitations 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
607607
inside it.
608608

609609
.. _tutorial-transactions:

0 commit comments

Comments
(0)