errors.fyi community error code reference
TabError
python

TabError

A subclass of IndentationError raised when indentation mixes tabs and spaces in a way that makes the code ambiguous.

References

← all namespaces