[1.3.X] Fixed #16440 -- minor ungettext documentation issue, thanks Bradley Ayers.
Backport of r16532 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16533 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
5a0787f904
commit
00886dfd2b
|
@ -154,7 +154,7 @@ This function is useful when you need your Django application to be localizable
|
|||
to languages where the number and complexity of `plural forms
|
||||
<http://www.gnu.org/software/gettext/manual/gettext.html#Plural-forms>`_ is
|
||||
greater than the two forms used in English ('object' for the singular and
|
||||
'objects' for all the cases where ``count`` is different from zero, irrespective
|
||||
'objects' for all the cases where ``count`` is different from one, irrespective
|
||||
of its value.)
|
||||
|
||||
For example::
|
||||
|
|
Loading…
Reference in New Issue