From 175656e166712db019a4704c4031510b9fd6b00a Mon Sep 17 00:00:00 2001 From: Jon Dufresne Date: Tue, 11 Jun 2019 07:20:53 +0200 Subject: [PATCH] Fixed intword example in docs/ref/contrib/humanize.txt. --- docs/ref/contrib/humanize.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ref/contrib/humanize.txt b/docs/ref/contrib/humanize.txt index fc6a222b58..9a30ce1aa4 100644 --- a/docs/ref/contrib/humanize.txt +++ b/docs/ref/contrib/humanize.txt @@ -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