0
0
mirror of https://github.com/django/django.git synced 2024-12-01 15:42:04 +01:00

Fixed typo in docs/topics/cache.txt

This commit is contained in:
Kostochko Dmitriy 2015-03-31 17:50:12 +03:00 committed by Tim Graham
parent 3e7d9d05ac
commit d026eb6366

View File

@ -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 <CACHES-KEY_PREFIX>`
specified under :setting:`CACHES` will be concatenated.