summaryrefslogtreecommitdiff
path: root/docs/templates_python.txt
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2007-06-01 17:03:14 +0000
committerAdrian Holovaty <adrian@holovaty.com>2007-06-01 17:03:14 +0000
commit007ca57374e9a3bdaff28ee2d4f623203003f55d (patch)
tree640e8a1e103a564152ed6b801f77e7e82fff0764 /docs/templates_python.txt
parent956056f7b522c6c9aea491e4624def499f2e85b7 (diff)
Negligible spacing change to docs/templates_python.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5412 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/templates_python.txt')
-rw-r--r--docs/templates_python.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/templates_python.txt b/docs/templates_python.txt
index b7b6445d37..f3e2f2c64b 100644
--- a/docs/templates_python.txt
+++ b/docs/templates_python.txt
@@ -395,7 +395,7 @@ django.core.context_processors.media
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
If ``TEMPLATE_CONTEXT_PROCESSORS`` contains this processor, every
-``RequestContext`` will contain ``MEDIA_URL``, providing the
+``RequestContext`` will contain a variable ``MEDIA_URL``, providing the
value of the `MEDIA_URL setting`_.
.. _MEDIA_URL setting: ../settings/#media-url