Corrected a typo in the docs for {% load %}. Thanks to Jannis for the report.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@14648 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Russell Keith-Magee 2010-11-20 11:16:43 +00:00
parent 58b6c65fa9
commit 790f0eb7fe
1 changed files with 1 additions and 1 deletions

View File

@ -662,7 +662,7 @@ in ``somelibrary`` and ``otherlibrary``::
{% load somelibrary otherlibrary %}
You can also selectively load individual templates or tags from a library, using
You can also selectively load individual filters or tags from a library, using
the ``from`` argument. In this example, the template tags/filters named ``foo``
and ``bar`` will be loaded from ``somelibrary``::