diff options
| author | Jon Dufresne <jon.dufresne@gmail.com> | 2019-06-11 07:20:53 +0200 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2019-06-11 20:18:36 +0200 |
| commit | 175656e166712db019a4704c4031510b9fd6b00a (patch) | |
| tree | 2ce6cd964768c37a72266357d419ebfd95b0d0b1 /docs | |
| parent | 53ea535f13e988b13499a62bab3831eb44e19e06 (diff) | |
Fixed intword example in docs/ref/contrib/humanize.txt.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/contrib/humanize.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
