Django

Code

Changeset 705

Show
Ignore:
Timestamp:
09/26/05 23:25:08 (3 years ago)
Author:
adrian
Message:

Fixed #563 -- Fixed minor typo in docs/cache.txt. Thanks, Eugene

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/cache.txt

    r692 r705  
    3030                                    on localhost port 11211. 
    3131 
    32     db://tablename/                 A database backend in a table named  
     32    db://tablename/                 A database backend in a table named 
    3333                                    "tablename". This table should be created 
    3434                                    with "django-admin createcachetable". 
     
    4141                                    testing. Note that this cache backend is 
    4242                                    NOT threadsafe! 
    43                                          
    44     locmem:///                      A more sophisticaed local memory cache; 
     43 
     44    locmem:///                      A more sophisticated local memory cache; 
    4545                                    this is multi-process- and thread-safe. 
    4646    ==============================  ===========================================