aboutsummaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorThomas Kemmer <tkemmer@computer.org>2014-11-12 07:58:59 +0100
committerThomas Kemmer <tkemmer@computer.org>2014-11-12 07:58:59 +0100
commit5385445fa6dfb94e3ab457890bcb9ec94134e997 (patch)
tree476a6f78c166382c8fc5a99af515f18b099791a5 /README.rst
parentb0242092f82c0cd5dc7193b10366780f7f7219c8 (diff)
downloadcachetools-5385445fa6dfb94e3ab457890bcb9ec94134e997.tar.gz
Prepare v0.7.0
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index c14e124..770c20d 100644
--- a/README.rst
+++ b/README.rst
@@ -2,8 +2,8 @@ cachetools
========================================================================
This module provides various memoizing collections and decorators,
-including a variant of the Python 3 Standard Library
-``functools.lru_cache`` function decorator.
+including a variant of the Python 3 Standard Library `@lru_cache`_
+function decorator.
.. code-block:: pycon
@@ -76,7 +76,7 @@ Copyright (c) 2014 Thomas Kemmer.
Licensed under the `MIT License`_.
-.. _functools.lru_cache: http://docs.python.org/3.4/library/functools.html#functools.lru_cache
+.. _@lru_cache: http://docs.python.org/3/library/functools.html#functools.lru_cache
.. _mutable: http://docs.python.org/dev/glossary.html#term-mutable
.. _mapping: http://docs.python.org/dev/glossary.html#term-mapping
.. _cache algorithm: http://en.wikipedia.org/wiki/Cache_algorithms