Skip to content

Commit e9117dc

Browse files
authored
Merge pull request #371 from RektPunk/master
docs: fix typo in `index.rst`
2 parents 4d8fc20 + 6774af2 commit e9117dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ With :class:`TTLCache` and :class:`TLRUCache`, items may also be
232232
removed after they expire. In this case, :meth:`popitem` will *not*
233233
be called, but :meth:`expire` will be called from the next mutating
234234
operation and will return an iterable of the expired `(key, value)`
235-
pairs. By overrding :meth:`expire`, a subclass will be able to track
235+
pairs. By overriding :meth:`expire`, a subclass will be able to track
236236
expired items:
237237

238238
.. doctest::
@@ -492,7 +492,7 @@ often called with the same arguments:
492492
might expect, and also the use of positional vs. keyword arguments
493493
may lead to surprising results. In the example below, `foo()`,
494494
`foo(1)` and `foo(a=1)` are treated as different function
495-
invocations, with seperately cached results:
495+
invocations, with separately cached results:
496496

497497
.. doctest::
498498
:pyversion: >= 3

0 commit comments

Comments
 (0)