Commit 00886dfd authored by Simon Meers's avatar Simon Meers
Browse files

[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
parent 5a0787f9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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::