diff -r 779cda568acb -r 58c7f23ae1cb src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.assert.html --- a/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.assert.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.assert.html Sat Apr 20 18:02:35 2024 +0200 @@ -37,7 +37,7 @@ <hr /> <a NAME="checkAssertUsed" ID="checkAssertUsed"></a> <h2>checkAssertUsed</h2> -<b>checkAssertUsed</b>(<i>reportError, context, config</i>) +<b>checkAssertUsed</b>(<i>reportError, context, _config</i>) <p> Function to check for the use of 'assert'. </p> @@ -52,9 +52,9 @@ <dd> security context object </dd> -<dt><i>config</i> (dict)</dt> +<dt><i>_config</i> (dict)</dt> <dd> -dictionary with configuration data +dictionary with configuration data (unused) </dd> </dl> <div align="right"><a href="#top">Up</a></div>