Author: russellm
Date: 2010-11-20 05:16:43 -0600 (Sat, 20 Nov 2010)
New Revision: 14648

Modified:
   django/trunk/docs/ref/templates/builtins.txt
Log:
Corrected a typo in the docs for {% load %}. Thanks to Jannis for the report.

Modified: django/trunk/docs/ref/templates/builtins.txt
===================================================================
--- django/trunk/docs/ref/templates/builtins.txt        2010-11-20 11:11:39 UTC 
(rev 14647)
+++ django/trunk/docs/ref/templates/builtins.txt        2010-11-20 11:16:43 UTC 
(rev 14648)
@@ -662,7 +662,7 @@
 
     {% 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``::
 

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-upda...@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to