-
Notifications
You must be signed in to change notification settings - Fork 25
Closed
Description
When running tox some errors are raised from the README.rst file:
This:
>>> output = parse_number("not_a_number")
>>> output
None
should be:
>>> output = parse_number("not_a_number")
>>> output
(removing the None)
This:
>>> parse("two thousand thousand")
2000 1000
should be:
>>> parse("two thousand thousand")
'2000 1000'
And there is a trailing space after 1432524 in >>> parse_number("चौदह लाख बत्तीस हज़ार पाँच सौ चौबीस", language='hi')
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels