ID EN
Text Wrapping

expand_tabs

Python 3.11

(default: True) If true, then all tab characters in text will be expanded to spaces using the expandtabs() method of text.

Syntax

PYTHON
expand_tabs

See Also

expandtabs()