summaryrefslogtreecommitdiff
path: root/docs/ref/templates
diff options
context:
space:
mode:
authorRussell Keith-Magee <russell@keith-magee.com>2010-11-20 11:16:43 +0000
committerRussell Keith-Magee <russell@keith-magee.com>2010-11-20 11:16:43 +0000
commit790f0eb7fe0c88bf39595e6b70ddf40de5843b9d (patch)
tree0d71f419bf421dba2b7d99528e8cb9f598a21e1e /docs/ref/templates
parent58b6c65fa93c7a30d779bb8820f6ee9314bc4628 (diff)
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
Diffstat (limited to 'docs/ref/templates')
-rw-r--r--docs/ref/templates/builtins.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/templates/builtins.txt b/docs/ref/templates/builtins.txt
index 85050cf5ee..759e2f2034 100644
--- a/docs/ref/templates/builtins.txt
+++ b/docs/ref/templates/builtins.txt
@@ -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``::