summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/cache.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/cache.txt b/docs/cache.txt
index 313c3adb63..458723d0b7 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.