diff -r 548b4c7f410e -r 3fdffd9cc21d src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.SyntaxChecker.pyCheckSyntax.html --- a/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.SyntaxChecker.pyCheckSyntax.html Fri Nov 24 14:59:26 2023 +0100 +++ b/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.SyntaxChecker.pyCheckSyntax.html Sat Nov 25 18:19:21 2023 +0100 @@ -95,17 +95,17 @@ <dl> <dt>Return:</dt> <dd> -dictionary with the keys 'error', 'py_warnings' and 'warnings' which - hold a list containing details about the syntax error, Python warnings - and PyFlakes warnings (file name, line number, column, codestring (only - for syntax errors), the message and an optional list with arguments for - the message) +list of dictionaries with the keys 'error', 'py_warnings' and 'warnings' + which contain a tuple with details about the syntax error or a list of + tuples with details about Python warnings and PyFlakes warnings. Each tuple + contains the file name, line number, column, code string (only for syntax + errors), the message and an optional list with arguments for the message. </dd> </dl> <dl> <dt>Return Type:</dt> <dd> -dict +list of dict </dd> </dl> <div align="right"><a href="#top">Up</a></div> @@ -210,7 +210,7 @@ <dd> list of arguments tuples as given for pySyntaxAndPyflakesCheck </dd> -<dt><i>send</i> (func)</dt> +<dt><i>send</i> (function)</dt> <dd> reference to send function </dd> @@ -218,7 +218,7 @@ <dd> registered service name </dd> -<dt><i>cancelled</i> (func)</dt> +<dt><i>cancelled</i> (function)</dt> <dd> reference to function checking for a cancellation </dd> @@ -264,17 +264,17 @@ <dl> <dt>Return:</dt> <dd> -dictionary with the keys 'error', 'py_warnings' and 'warnings' which - hold a list containing details about the syntax error, Python warnings - and PyFlakes warnings (file name, line number, column, codestring (only - for syntax errors), the message and an optional list with arguments for - the message) +list of dictionaries with the keys 'error', 'py_warnings' and 'warnings' + which contain a tuple with details about the syntax error or a list of + tuples with details about Python warnings and PyFlakes warnings. Each tuple + contains the file name, line number, column, code string (only for syntax + errors), the message and an optional list with arguments for the message. </dd> </dl> <dl> <dt>Return Type:</dt> <dd> -dict +list of dict </dd> </dl> <div align="right"><a href="#top">Up</a></div>