--- a/src/eric7/Documentation/Source/eric7.Plugins.PluginSyntaxChecker.html Mon Mar 20 10:43:29 2023 +0100 +++ b/src/eric7/Documentation/Source/eric7.Plugins.PluginSyntaxChecker.html Mon Mar 20 16:08:35 2023 +0100 @@ -200,7 +200,14 @@ <dl> <dt>Return:</dt> <dd> -state of checkFlakes and ignoreStarImportWarnings (bool, bool) +tuple containing a flag indicating to perform a pyflakes check and + a flag indicating to ignore star import warnings +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +tuple of (bool, bool) </dd> </dl> <a NAME="SyntaxCheckerPlugin.__initialize" ID="SyntaxCheckerPlugin.__initialize"></a>