diff options
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 2f544c7ef7..292d98a941 100644 --- a/docs/ref/contrib/humanize.txt +++ b/docs/ref/contrib/humanize.txt @@ -65,7 +65,7 @@ Examples: * ``1200000`` becomes ``1.2 million``. * ``1200000000`` becomes ``1.2 billion``. -Values up to 1000000000000000 (one quadrillion) are supported. +Values up to 10^100 (Googol) are supported. :ref:`Format localization <format-localization>` will be respected if enabled, e.g. with the ``'de'`` language: |
