1
0
mirror of https://github.com/django/django.git synced 2025-04-15 04:44:37 +00:00

[2.2.x] Fixed intword example in docs/ref/contrib/humanize.txt.

Backport of 175656e166712db019a4704c4031510b9fd6b00a from master
This commit is contained in:
Jon Dufresne 2019-06-11 07:20:53 +02:00 committed by Mariusz Felisiak
parent 36766e1a28
commit 13e6040fd4

View File

@ -71,7 +71,7 @@ Values up to 10^100 (Googol) are supported.
e.g. with the ``'de'`` language:
* ``1000000`` becomes ``'1,0 Million'``.
* ``1200000`` becomes ``'1,2 Million'``.
* ``1200000`` becomes ``'1,2 Millionen'``.
* ``1200000000`` becomes ``'1,2 Milliarden'``.
.. templatefilter:: naturalday