python-ballpark
python-ballpark copied to clipboard
zero formatted as empty string
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.