1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Edited docs/serialization.txt changes from [6645]

git-svn-id: http://code.djangoproject.com/svn/django/trunk@6787 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Adrian Holovaty
2007-12-01 16:58:52 +00:00
parent e7bc0f10ac
commit a73588aa58
2 changed files with 3 additions and 8 deletions

View File

@@ -696,7 +696,7 @@ filesizeformat.is_safe = True
def pluralize(value, arg=u's'):
"""
Returns a plural suffix if the value is not 1. By default, 's' is used as
Returns a plural suffix if the value is not 1. By default, 's' is used as
the suffix:
* If value is 0, vote{{ value|pluralize }} displays "0 votes".