Skip to content

Commit f8a36dd

Browse files
authored
Update README.rst
1 parent 51c2761 commit f8a36dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Usage
1818

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

21-
.. code:: python
21+
.. code:: python3
2222
2323
from lru import LRU
2424
l = LRU(5) # Create an LRU container that can hold 5 items

0 commit comments

Comments
 (0)