Skip to content

Commit

Permalink
Update README.rst clarify TTL units (#623)
Browse files Browse the repository at this point in the history
sshevlyagin authored Nov 25, 2024
1 parent 64e0679 commit 453cfc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
@@ -68,7 +68,7 @@ This package is a port of Python's built-in `functools.lru_cache <https://docs.p
asyncio.run(main())
TTL (time-to-live, expiration on timeout) is supported by accepting `ttl` configuration
TTL (time-to-live in seconds, expiration on timeout) is supported by accepting `ttl` configuration
parameter (off by default):

.. code-block:: python

0 comments on commit 453cfc5

Please sign in to comment.