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 956fa438dc..d364be205d 100644
--- a/docs/topics/cache.txt
+++ b/docs/topics/cache.txt
@@ -304,7 +304,7 @@ example::
CACHES = {
'default': {
'BACKEND': 'django.core.cache.backends.locmem.LocMemCache',
- 'LOCATION': 'unique-snowflake'
+ 'LOCATION': 'unique-snowflake',
}
}