diff options
| author | Malcolm Tredinnick <malcolm.tredinnick@gmail.com> | 2007-06-01 09:38:32 +0000 |
|---|---|---|
| committer | Malcolm Tredinnick <malcolm.tredinnick@gmail.com> | 2007-06-01 09:38:32 +0000 |
| commit | a3b6e4e7d339ee2f1740962f42e182e025ce6615 (patch) | |
| tree | 459836d8c06ea15f473b26719f8d1b218584c9bd /docs | |
| parent | eb29552b205bd8cbd8ec59adead1205839c3db4a (diff) | |
Fixed #4423 -- Typo fix.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5402 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/templates_python.txt | 4 |
1 files 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 |
