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:29 -0400
commitdb165cf348726cda1f057edb2b1e7f8edaf8dfdc (patch)
treeda050ac229c9a4149b76b6072f3392c1c715b85b
parent18f11072b8892064d002f3b873c576778082f748 (diff)
[1.7.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 0477cd6e49..956fa438dc 100644
--- a/docs/topics/cache.txt
+++ b/docs/topics/cache.txt
@@ -563,7 +563,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.