moto/moto/swf/utils.py
2015-11-27 14:14:40 -05:00

4 lines
60 B
Python

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