underscore function will always alter variable assigments True/False, like so: ``` >>> inflection.underscore("snakeCase = True") 'snake_case = true' ``` i think it would make sense to have something like _uppercase_first_letter_ here too?