Fixed intword example in docs/ref/contrib/humanize.txt.

This commit is contained in:
Jon Dufresne 2019-06-11 07:20:53 +02:00 committed by Mariusz Felisiak
parent 53ea535f13
commit 175656e166
1 changed files with 1 additions and 1 deletions

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