ID EN
Config Parser

InterpolationSyntaxError

Python 3.11

Exception raised when the source text into which substitutions are made does not conform to the required syntax. Subclass of InterpolationError.

Syntax

PYTHON
exception configparser.InterpolationSyntaxError

See Also

InterpolationError