mirror of
https://github.com/bblaz/num2words.git
synced 2025-12-06 06:42:25 +00:00
Fixed accent in examples ("centimos"->"céntimos")
Fixed accent in Spanish examples ("centimos"->"céntimos"), thus making the example consistent with actual current behaviour.
This commit is contained in:
committed by
Marlon Rodriguez Garcia
parent
4f82655c74
commit
996f5ddbd4
@@ -46,7 +46,7 @@ Examples:
|
|||||||
veinticuatro mil ciento veinte punto uno
|
veinticuatro mil ciento veinte punto uno
|
||||||
|
|
||||||
$num2words 2.14 -l es --to currency
|
$num2words 2.14 -l es --to currency
|
||||||
dos euros con catorce centimos
|
dos euros con catorce céntimos
|
||||||
"""
|
"""
|
||||||
|
|
||||||
from __future__ import print_function, unicode_literals
|
from __future__ import print_function, unicode_literals
|
||||||
|
|||||||
Reference in New Issue
Block a user