diff --git a/docs/topics/cache.txt b/docs/topics/cache.txt index 1a21eab164..ee8c30cfef 100644 --- a/docs/topics/cache.txt +++ b/docs/topics/cache.txt @@ -301,7 +301,7 @@ example:: CACHES = { 'default': { 'BACKEND': 'django.core.cache.backends.locmem.LocMemCache', - 'LOCATION': 'unique-snowflake' + 'LOCATION': 'unique-snowflake', } }