You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@jaraco I'm interesting in contributing but there's no contributing.md file so I don't know how to setup my local environment correctly or run unit tests. How should I proceed?
@NFeruch This project is hosted under the skeleton philosophy. There's some contributing guidance there. I have plans to make that guidance more visible and complete, but it should get you started. tl;dr - install tox somewhere and run it.
The current behavior for three digit numbers with group==2 is to split between the first two and last number. For example:
It is more common - at least in American English - to split after the first digit which would return
'one twenty-three'
.I realize a group is an arbitrary split, but I'm not sure the current behavior - at least for 3 digit numbers - reflects any common usage.
I realize there are a few other slightly inconvenient was to accomplish the same thing:
The text was updated successfully, but these errors were encountered: