mirror of
https://github.com/bblaz/num2words.git
synced 2025-12-06 06:42:25 +00:00
Fix bugs in the float precision and the currency, increase test coverage (#134)
* Fix some bugs in the float precision and the currency, increase test coverage. Ref: issue #112 #113 * Update README.rst
This commit is contained in:
committed by
GitHub
parent
5a131fedc6
commit
1c699d1bb4
@@ -45,9 +45,11 @@ There's only one function to use::
|
||||
|
||||
Besides the numerical argument, there's two optional arguments.
|
||||
|
||||
**to:** The converter to use. Supperted values are
|
||||
**to:** The converter to use. Supperted values are:
|
||||
|
||||
* ``cardinal`` (default)
|
||||
* ``ordinal``
|
||||
* ``ordinal_num``
|
||||
* ``year``
|
||||
* ``currency``
|
||||
|
||||
|
||||
Reference in New Issue
Block a user