Fixed #11204 -- Corrected typo in the pluralize doc. Thanks martin and SmileyChris.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@10849 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Karen Tracey 2009-05-27 16:26:56 +00:00
parent 9b19fd7a76
commit 7638651cc3
1 changed files with 1 additions and 1 deletions

View File

@ -1289,7 +1289,7 @@ suffix as a parameter to the filter.
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.