Commit f7cffd43 authored by Alex Gaynor's avatar Alex Gaynor
Browse files

Merge pull request #394 from yohanboniface/doc_typos

Fix little typo in cache documentation
parents f51eab79 5a1bf7ec
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -286,7 +286,7 @@ cache is multi-process and thread-safe. To use it, set

The cache :setting:`LOCATION <CACHES-LOCATION>` is used to identify individual
memory stores. If you only have one locmem cache, you can omit the
:setting:`LOCATION <CACHES-LOCATION>`; however, if you have more that one local
:setting:`LOCATION <CACHES-LOCATION>`; however, if you have more than one local
memory cache, you will need to assign a name to at least one of them in
order to keep them separate.