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', } }