Author: russellm
Date: 2010-05-10 08:16:08 -0500 (Mon, 10 May 2010)
New Revision: 13212

Modified:
   django/trunk/docs/howto/custom-template-tags.txt
Log:
Fixed #12621 -- Corrected grammar error in custom template tag docs. Thanks to 
beemzet for the report.

Modified: django/trunk/docs/howto/custom-template-tags.txt
===================================================================
--- django/trunk/docs/howto/custom-template-tags.txt    2010-05-10 13:14:19 UTC 
(rev 13211)
+++ django/trunk/docs/howto/custom-template-tags.txt    2010-05-10 13:16:08 UTC 
(rev 13212)
@@ -7,12 +7,13 @@
 Introduction
 ============
 
-Django's template system comes a wide variety of :ref:`built-in tags and 
filters
-<ref-templates-builtins>` designed to address the presentation logic needs of
-your application. Nevertheless, you may find yourself needing functionality 
that
-is not covered by the core set of template primitives. You can extend the
-template engine by defining custom tags and filters using Python, and then make
-them available to your templates using the ``{% load %}`` tag.
+Django's template system comes with a wide variety of :ref:`built-in
+tags and filters <ref-templates-builtins>` designed to address the
+presentation logic needs of your application. Nevertheless, you may
+find yourself needing functionality that is not covered by the core
+set of template primitives. You can extend the template engine by
+defining custom tags and filters using Python, and then make them
+available to your templates using the ``{% load %}`` tag.
 
 Code layout
 -----------

-- 
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