summaryrefslogtreecommitdiff
path: root/docs/cache.txt
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2005-09-27 04:25:08 +0000
committerAdrian Holovaty <adrian@holovaty.com>2005-09-27 04:25:08 +0000
commit787ff70e9d031cda6f34c3fe70e300ec2c18c656 (patch)
tree2b431dd4879fae193e5dee456f6688129a5ca6ec /docs/cache.txt
parentc084005d5822baa6c4e6250df57ae4f5f7cd2876 (diff)
Fixed #563 -- Fixed minor typo in docs/cache.txt. Thanks, Eugene
git-svn-id: http://code.djangoproject.com/svn/django/trunk@705 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/cache.txt')
-rw-r--r--docs/cache.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/cache.txt b/docs/cache.txt
index ff1c406f7c..0a7ee1c25a 100644
--- a/docs/cache.txt
+++ b/docs/cache.txt
@@ -29,7 +29,7 @@ Examples:
memcached://127.0.0.1:11211/ A memcached backend; the server is running
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
with "django-admin createcachetable".
@@ -40,8 +40,8 @@ Examples:
probably don't want to use this except for
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.
============================== ===========================================