summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-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 c4f34729ea..55ec536dff 100644
--- a/docs/topics/cache.txt
+++ b/docs/topics/cache.txt
@@ -305,7 +305,7 @@ example::
CACHES = {
'default': {
'BACKEND': 'django.core.cache.backends.locmem.LocMemCache',
- 'LOCATION': 'unique-snowflake'
+ 'LOCATION': 'unique-snowflake',
}
}