Author: ubernostrum
Date: 2010-03-06 05:10:25 -0600 (Sat, 06 Mar 2010)
New Revision: 12684

Modified:
   django/trunk/docs/ref/settings.txt
Log:
Fixed #13036: Corrected a typo in the documentation for the TEMPLATE_LOADERS 
setting.

Modified: django/trunk/docs/ref/settings.txt
===================================================================
--- django/trunk/docs/ref/settings.txt  2010-03-05 21:27:58 UTC (rev 12683)
+++ django/trunk/docs/ref/settings.txt  2010-03-06 11:10:25 UTC (rev 12684)
@@ -1457,7 +1457,7 @@
       'django.template.loaders.app_directories.Loader')
 
 A tuple of template loader classes, specified as strings. Each ``Loader`` class
-knows how to import templates from a particular sources. Optionally, a tuple 
can be
+knows how to import templates from a particular source. Optionally, a tuple 
can be
 used instead of a string. The first item in the tuple should be the 
``Loader``'s
 module, subsequent items are passed to the ``Loader`` during initialization. 
See
 :ref:`ref-templates-api`.

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

Reply via email to