From 568b8637bfecc74906282f26fcfef16a0cb0d156 Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Tue, 9 Sep 2008 19:53:57 +0000 Subject: [PATCH] Fixed #8958 -- Fixed typo in cache.txt. Thanks, benwalton@gmail.com git-svn-id: http://code.djangoproject.com/svn/django/trunk@8995 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/topics/cache.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/cache.txt b/docs/topics/cache.txt index 4f326276f8d..bd7e25905c7 100644 --- a/docs/topics/cache.txt +++ b/docs/topics/cache.txt @@ -197,7 +197,7 @@ as reference implementations. You'll find the code in the ``django/core/cache/backends/`` directory of the Django source. Note: Without a really compelling reason, such as a host that doesn't support -the them, you should stick to the cache backends included with Django. They've +them, you should stick to the cache backends included with Django. They've been well-tested and are easy to use. CACHE_BACKEND arguments