Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
amitdev authored Apr 7, 2024
1 parent 51c2761 commit f8a36dd
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
Expand Up @@ -18,7 +18,7 @@ Usage

This can be used to build a LRU cache. Usage is almost like a dict.

.. code:: python
.. code:: python3
from lru import LRU
l = LRU(5) # Create an LRU container that can hold 5 items
Expand Down

0 comments on commit f8a36dd

Please sign in to comment.