Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix negword before zero with floats #622

Merged

Conversation

hey0wing
Copy link
Contributor

Fix negword before zero with floats # by updating base.py

Changes proposed in this pull request:

Current behaviour

num2words(-0.12, lang="en")
'zero point one two'

Expected behaviour

num2words(-0.12, lang="en")
'minus zero point one two'

Status

  • READY
  • HOLD
  • WIP (Work-In-Progress)

@coveralls
Copy link

coveralls commented Feb 17, 2025

Coverage Status

coverage: 98.085% (+0.001%) from 98.084%
when pulling 5e56b2c on hey0wing:minus_zero_with_floats
into 1a60f14 on savoirfairelinux:master.

@mrodriguezg1991 mrodriguezg1991 merged commit cab3dd8 into savoirfairelinux:master Feb 27, 2025
14 checks passed
hey0wing added a commit to hey0wing/num2words that referenced this pull request Mar 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants