From 76633e54999e048afc04ffe24af496ce600c668d Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Tue, 19 Jul 2005 20:58:16 +0000 Subject: [PATCH] Fixed inevitable ReST bug in [224] git-svn-id: http://code.djangoproject.com/svn/django/trunk@226 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/cache.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cache.txt b/docs/cache.txt index 313c3adb63c..458723d0b7e 100644 --- a/docs/cache.txt +++ b/docs/cache.txt @@ -78,7 +78,7 @@ to your ``MIDDLEWARE_CLASSES`` setting, as in this example:: "django.middleware.cache.CacheMiddleware", ) -Then, add the following three required settings:: +Then, add the following three required settings: * ``CACHE_MIDDLEWARE_SECONDS`` -- The number of seconds each page should be cached.