[lang-ref]
String
>
( string_convert )
> ( titlize ) ( python )
[lang-ref] ( titlize ) ( python )
def test_titlize(): # titlize s = 'abc def ghi' assert s.title() == 'Abc Def Ghi'