ID EN
Built-in Exceptions

TabError

Python 3.11

Raised when indentation contains an inconsistent use of tabs and spaces. This is a subclass of IndentationError.

Syntax

PYTHON
exception TabError

See Also

IndentationError