Fixed #16440 -- minor ungettext documentation issue, thanks Bradley Ayers.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@16532 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Simon Meers 2011-07-10 21:32:39 +00:00
parent 4c5c8dca31
commit 8d6c2dad9d
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 to languages where the number and complexity of `plural forms
<http://www.gnu.org/software/gettext/manual/gettext.html#Plural-forms>`_ is <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 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.) of its value.)
For example:: For example::