--- a/eric6/Documentation/Source/eric6.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleChecker.html Sat Apr 03 16:02:33 2021 +0200 +++ b/eric6/Documentation/Source/eric6.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleChecker.html Sat Apr 03 16:54:10 2021 +0200 @@ -253,14 +253,15 @@ <dl> <dt>Return:</dt> <dd> -tuple containing the error dictionary with syntax error details - and a statistics dictionary or a tuple containing two None +tuple containing the error dictionary with syntax error details, + a statistics dictionary and None or a tuple containing two None and + the generated AST tree </dd> </dl> <dl> <dt>Return Type:</dt> <dd> -tuple of (dict, dict) or tuple of (None, None) +tuple of (dict, dict, None) or tuple of (None, None, ast.Module) </dd> </dl> <div align="right"><a href="#top">Up</a></div>