From d026eb63666a34382912cf68af75492fc583b9db Mon Sep 17 00:00:00 2001 From: Kostochko Dmitriy Date: Tue, 31 Mar 2015 17:50:12 +0300 Subject: [PATCH] Fixed typo in docs/topics/cache.txt --- docs/topics/cache.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/cache.txt b/docs/topics/cache.txt index 69656534e6..ec973a5008 100644 --- a/docs/topics/cache.txt +++ b/docs/topics/cache.txt @@ -554,7 +554,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 ` specified under :setting:`CACHES` will be concatenated.