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:
parent
9b19fd7a76
commit
7638651cc3
|
@ -1289,7 +1289,7 @@ suffix as a parameter to the filter.
|
||||||
|
|
||||||
Example::
|
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
|
For words that don't pluralize by simple suffix, you can specify both a
|
||||||
singular and plural suffix, separated by a comma.
|
singular and plural suffix, separated by a comma.
|
||||||
|
|
Loading…
Reference in New Issue