ID EN
Built-in Exceptions

IndentationError

Python 3.11

Base class for syntax errors related to incorrect indentation. This is a subclass of SyntaxError.

Syntax

PYTHON
exception IndentationError

See Also

SyntaxError