summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKostochko Dmitriy <alerion.um@gmail.com>2015-03-31 17:50:12 +0300
committerTim Graham <timograham@gmail.com>2015-03-31 21:16:26 -0400
commitc2674c2103fed17dbc6dda25c471f5f214325c18 (patch)
tree59012c17d1e9f0f5a45768cae574e5c5b6c3eeb7
parent7b9f7b66703a8c961c8d705281ac027d6dbef17d (diff)
[1.8.x] Fixed typo in docs/topics/cache.txt
Backport of d026eb63666a34382912cf68af75492fc583b9db from master
-rw-r--r--docs/topics/cache.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/cache.txt b/docs/topics/cache.txt
index 485ea072b1..c4f34729ea 100644
--- a/docs/topics/cache.txt
+++ b/docs/topics/cache.txt
@@ -564,7 +564,7 @@ setting for the middleware. It can be used like this::
def my_view(request):
...
-The ``key_prefix and ``cache`` arguments may be specified together. The
+The ``key_prefix`` and ``cache`` arguments may be specified together. The
``key_prefix`` argument and the :setting:`KEY_PREFIX <CACHES-KEY_PREFIX>`
specified under :setting:`CACHES` will be concatenated.