aboutsummaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
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