Skip to content

Commit

Permalink
Fixed #563 -- Fixed minor typo in docs/cache.txt. Thanks, Eugene
Browse files Browse the repository at this point in the history
git-svn-id: http://code.djangoproject.com/svn/django/trunk@705 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
adrianholovaty committed Sep 27, 2005
1 parent c084005 commit 787ff70
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/cache.txt
Expand Up @@ -29,7 +29,7 @@ Examples:
memcached://127.0.0.1:11211/ A memcached backend; the server is running memcached://127.0.0.1:11211/ A memcached backend; the server is running
on localhost port 11211. on localhost port 11211.


db://tablename/ A database backend in a table named db://tablename/ A database backend in a table named
"tablename". This table should be created "tablename". This table should be created
with "django-admin createcachetable". with "django-admin createcachetable".


Expand All @@ -40,8 +40,8 @@ Examples:
probably don't want to use this except for probably don't want to use this except for
testing. Note that this cache backend is testing. Note that this cache backend is
NOT threadsafe! NOT threadsafe!

locmem:/// A more sophisticaed local memory cache; locmem:/// A more sophisticated local memory cache;
this is multi-process- and thread-safe. this is multi-process- and thread-safe.
============================== =========================================== ============================== ===========================================


Expand Down

0 comments on commit 787ff70

Please sign in to comment.