def capitalize_every_word(string): return string.title()