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 @@ -232,7 +232,7 @@ With :class:`TTLCache` and :class:`TLRUCache`, items may also be
232232removed after they expire. In this case, :meth: `popitem ` will *not *
233233be called, but :meth: `expire ` will be called from the next mutating
234234operation 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
236236expired 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
You can’t perform that action at this time.
0 commit comments