8000 Added missing comma in LocMemCache example. · ddriddle/django@9d6914d · GitHub
[go: up one dir, main page]

Skip to content

Commit 9d6914d

Browse files
nikolastimgraham
authored andcommitted
Added missing comma in LocMemCache example.
1 parent 8a1824d commit 9d6914d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/topics/cache.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ example::
301301
CACHES = {
302302
'default': {
303303
'BACKEND': 'django.core.cache.backends.locmem.LocMemCache',
304-
'LOCATION': 'unique-snowflake'
304+
'LOCATION': 'unique-snowflake',
305305
}
306306
}
307307

0 31CE commit comments

Comments
 (0)
0