aboutsummaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorThomas Kemmer <tkemmer@computer.org>2014-06-16 20:46:19 +0200
committerThomas Kemmer <tkemmer@computer.org>2014-06-16 20:46:19 +0200
commit8e1d7edf3cf0c86a9ed47992545b10c0aec4cd4e (patch)
treef51eb31fec2232f2f7bfce452fdad842a7ee289b /README.rst
parent6a6e50bd1a51f2cd52ea94fa4f71dc8ba2a30572 (diff)
downloadcachetools-8e1d7edf3cf0c86a9ed47992545b10c0aec4cd4e.tar.gz
Remove Sphinx markup
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index ef6358c..ac71176 100644
--- a/README.rst
+++ b/README.rst
@@ -3,7 +3,7 @@ cachetools
This module provides various memoizing collections and decorators,
including a variant of the Python 3 Standard Library
-`functools.lru_cache` function decorator.
+``functools.lru_cache`` function decorator.
.. code-block:: pycon