Overview Description
The example shown at Number Formatting is misleading.
Steps to Reproduce
- Visit http://babel.pocoo.org/en/latest/numbers.html
- Consult format_decimal example (the third line)
(Line 25 of https://github.com/python-babel/babel/blob/master/docs/numbers.rst)
Actual Results
Unexpected change from 1.2345 to 12345
Expected Results
That the third line would also use 1.2345 or that there would be an additional example to show 12345 in 'en_US' then in 'de_DE'.
Overview Description
The example shown at Number Formatting is misleading.
Steps to Reproduce
(Line 25 of https://github.com/python-babel/babel/blob/master/docs/numbers.rst)
Actual Results
Unexpected change from 1.2345 to 12345
Expected Results
That the third line would also use 1.2345 or that there would be an additional example to show 12345 in 'en_US' then in 'de_DE'.