summaryrefslogtreecommitdiff
path: root/docs/topics/cache.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/topics/cache.txt')
-rw-r--r--docs/topics/cache.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/topics/cache.txt b/docs/topics/cache.txt
index 990ce8f25c..563ab3837f 100644
--- a/docs/topics/cache.txt
+++ b/docs/topics/cache.txt
@@ -863,8 +863,8 @@ For cases like this, Django exposes a low-level cache API. You can use this API
to store objects in the cache with any level of granularity you like. You can
cache any Python object that can be pickled safely: strings, dictionaries,
lists of model objects, and so forth. (Most common Python objects can be
-pickled; refer to the Python documentation for more information about
-pickling.)
+pickled; refer to the :mod:`Python documentation <pickle>` for more information
+about pickling.)
Accessing the cache
-------------------