We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
fractional(0.333)
I ran byexample to verify the examples in the readme:
byexample -l python README.md
I also confirmed the issue running the example in a python console.
The readme says:
>>> humanize.fractional(0.333) '1/3'
Instead of '1/3' it returns '333/1000'
'1/3'
'333/1000'
The value returned is probably the correct one, I think that the readme should be updated.
The text was updated successfully, but these errors were encountered:
Thanks! I've made PR #134 to fix this.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
What did you do?
I ran byexample to verify the examples in the readme:
I also confirmed the issue running the example in a python console.
What did you expect to happen?
The readme says:
What actually happened?
Instead of
'1/3'
it returns'333/1000'
The value returned is probably the correct one, I think that the readme should be updated.
What versions are you using?
The text was updated successfully, but these errors were encountered: