From a3b6e4e7d339ee2f1740962f42e182e025ce6615 Mon Sep 17 00:00:00 2001 From: Malcolm Tredinnick Date: Fri, 1 Jun 2007 09:38:32 +0000 Subject: [PATCH] Fixed #4423 -- Typo fix. git-svn-id: http://code.djangoproject.com/svn/django/trunk@5402 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/templates_python.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/templates_python.txt b/docs/templates_python.txt index aaf109b659..b7b6445d37 100644 --- a/docs/templates_python.txt +++ b/docs/templates_python.txt @@ -394,8 +394,8 @@ See the `internationalization docs`_ for more. django.core.context_processors.media ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -If ``TEMPLATE_CONTEXT_PROCESSORS`` contains this processors, every -``RequestContext`` will contain ``MEDIA_URL``, providing the +If ``TEMPLATE_CONTEXT_PROCESSORS`` contains this processor, every +``RequestContext`` will contain ``MEDIA_URL``, providing the value of the `MEDIA_URL setting`_. .. _MEDIA_URL setting: ../settings/#media-url