Refs #20122 -- Corrected documentation of pluralize template filter.

This commit is contained in:
Tobias Kunze 2019-04-27 18:08:39 +02:00 committed by Mariusz Felisiak
parent a9b8898242
commit e3968df527
2 changed files with 4 additions and 4 deletions

View file

@ -1990,8 +1990,8 @@ If ``value`` is ``800-COLLECT``, the output will be ``800-2655328``.
``pluralize``
-------------
Returns a plural suffix if the value is not 1. By default, this suffix is
``'s'``.
Returns a plural suffix if the value is not ``1``, ``'1'``, or an object of
length 1. By default, this suffix is ``'s'``.
Example::