[top] / string / expandtabs
expandtabs(s, tabsize=8)
expandtabs(s [,tabsize]) -> string
Return a copy of the string s with all tab characters replaced by the appropriate number of spaces, depending on the current column, and the tabsize (default 8).