[lang-ref] ( titlize ) ( python )

def test_titlize():
    # titlize
    s = 'abc def ghi'
    assert s.title() == 'Abc Def Ghi'