aboutsummaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorThomas Kemmer <tkemmer@computer.org>2014-11-05 19:56:17 +0100
committerThomas Kemmer <tkemmer@computer.org>2014-11-05 20:03:10 +0100
commit101513c7817338a0b074bc01a9db93aaa6688e93 (patch)
tree1e7738608e1956586957b10365fad9651320ebca /README.rst
parentc22a043fa07c2a39afda54da5027919401b567d3 (diff)
downloadcachetools-101513c7817338a0b074bc01a9db93aaa6688e93.tar.gz
Prepare v.0.7.0
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 7af31c6..3b69c69 100644
--- a/README.rst
+++ b/README.rst
@@ -29,7 +29,7 @@ size is the sum of the size of its items, and an item's size in
general is a property or function of its value, e.g. the result of
``sys.getsizeof``, or ``len`` for string and sequence values.
-This module provides various cache implementations based on different
+This module provides multiple cache implementations based on different
cache algorithms, as well as decorators for easily memoizing function
and method calls.
@@ -83,5 +83,5 @@ Licensed under the `MIT License`_.
.. _Documentation: http://pythonhosted.org/cachetools/
.. _Issue Tracker: https://github.com/tkem/cachetools/issues/
.. _Source Code: https://github.com/tkem/cachetools/
-.. _Change Log: http://raw.github.com/tkem/cachetools/master/Changes
+.. _Change Log: https://github.com/tkem/cachetools/blob/master/CHANGES.rst
.. _MIT License: http://raw.github.com/tkem/cachetools/master/LICENSE