moto/moto/swf/utils.py

2 lines
59 B
Python

def decapitalize(key):
return key[0].lower() + key[1:]