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