summaryrefslogtreecommitdiff
path: root/docs/cache.txt
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2005-10-09 01:03:04 +0000
committerAdrian Holovaty <adrian@holovaty.com>2005-10-09 01:03:04 +0000
commitfd4ddb179f4188cc7d2f4d855d4a52301f6e1acf (patch)
treefb766367f7144cab92c3e343dbe778f277253a49 /docs/cache.txt
parentdf794701d07206132c12b21d685793d1ec261cc5 (diff)
Fixed ReST error in docs/cache.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@813 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/cache.txt')
-rw-r--r--docs/cache.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/cache.txt b/docs/cache.txt
index 7bb8ab6398..f15da2660b 100644
--- a/docs/cache.txt
+++ b/docs/cache.txt
@@ -236,7 +236,7 @@ setting the ``Vary`` header (using something like
``response['Vary'] = 'user-agent'``) is that the decorator adds to the ``Vary``
header (which may already exist) rather than setting it from scratch.
-Note that you can pass multiple headers to ``vary_on_headers()``:
+Note that you can pass multiple headers to ``vary_on_headers()``::
@vary_on_headers('User-Agent', 'Cookie')
def my_view(request):