Author: kmtracey
Date: 2009-05-27 11:26:56 -0500 (Wed, 27 May 2009)
New Revision: 10849

Modified:
   django/trunk/docs/ref/templates/builtins.txt
Log:
Fixed #11204 -- Corrected typo in the pluralize doc.  Thanks martin and 
SmileyChris.


Modified: django/trunk/docs/ref/templates/builtins.txt
===================================================================
--- django/trunk/docs/ref/templates/builtins.txt        2009-05-27 16:21:49 UTC 
(rev 10848)
+++ django/trunk/docs/ref/templates/builtins.txt        2009-05-27 16:26:56 UTC 
(rev 10849)
@@ -1289,7 +1289,7 @@
 
 Example::
 
-    You have {{ num_walruses }} walrus{{ num_walrus|pluralize:"es" }}.
+    You have {{ num_walruses }} walrus{{ num_walruses|pluralize:"es" }}.
 
 For words that don't pluralize by simple suffix, you can specify both a
 singular and plural suffix, separated by a comma.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@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