python-ballpark icon indicating copy to clipboard operation
python-ballpark copied to clipboard

zero formatted as empty string

Open johnyf opened this issue 7 years ago • 0 comments

import ballpark

>>> ballpark.ballpark(0)
''

This result is unexpected. When inserted in a message string, it leaves a blank where a number was supposed to appear.

johnyf avatar Jan 09 '18 09:01 johnyf