Opened 20 years ago
Closed 20 years ago
#563 closed defect (fixed)
[patch] minor typo in cache.txt
Description ¶
Index: cache.txt =================================================================== --- cache.txt (revision 701) +++ cache.txt (working copy) @@ -41,7 +41,7 @@ testing. Note that this cache backend is NOT threadsafe! - locmem:/// A more sophisticaed local memory cache; + locmem:/// A more sophisticated local memory cache; this is multi-process- and thread-safe. ============================== ===========================================
Change History (2)
by , 20 years ago
Attachment: | django.cache.txt.patch added |
---|
comment:1 by , 20 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [705]) Fixed #563 -- Fixed minor typo in docs/cache.txt. Thanks, Eugene