Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentluce committed Dec 1, 2015
1 parent 979014c commit 1401513
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ LFUCache
Cache with LFU eviction scheme implemented in Python with complexity O(1) for insertion, access and deletion.

.. code-block:: python
>>> import lfucache.lfu_cache as lfu_cache
>>> cache = lfu_cache.Cache()
Expand Down

0 comments on commit 1401513

Please sign in to comment.