[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:
Simon Meers 2011-07-10 21:33:42 +00:00
parent 5a0787f904
commit 00886dfd2b
1 changed files with 1 additions and 1 deletions

View File

@ -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::