From 007ca57374e9a3bdaff28ee2d4f623203003f55d Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Fri, 1 Jun 2007 17:03:14 +0000 Subject: [PATCH] Negligible spacing change to docs/templates_python.txt git-svn-id: http://code.djangoproject.com/svn/django/trunk@5412 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/templates_python.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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