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 22:12:24 +0200 |
| commit | 13e6040fd4730508a54012d23996abc3e4efd6cd (patch) | |
| tree | 9b42ac3645fcc415635ed0d30df4e3e96fb077ac /docs/ref | |
| parent | 36766e1a28632f87eedc532c4bc9a5a1c1c8a380 (diff) | |
[2.2.x] Fixed intword example in docs/ref/contrib/humanize.txt.
Backport of 175656e166712db019a4704c4031510b9fd6b00a from master
Diffstat (limited to 'docs/ref')
| -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 |
