diff -r 3e4605cc3541 -r c1588f5a83e9 eric6/Documentation/Source/eric6.Debugger.VariablesFilterDialog.html --- a/eric6/Documentation/Source/eric6.Debugger.VariablesFilterDialog.html Thu Dec 17 14:30:46 2020 +0100 +++ b/eric6/Documentation/Source/eric6.Debugger.VariablesFilterDialog.html Thu Dec 17 14:40:06 2020 +0100 @@ -127,8 +127,15 @@ <dl> <dt>Returns:</dt> <dd> -A tuple of lists of integer values. The first list is the - locals variables filter, the second the globals variables filter. +tuple of lists containing the variable filters. The first list + is the locals variables filter, the second the globals variables + filter. +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +tuple of (list of str, list of str) </dd> </dl> <a NAME="VariablesFilterDialog.on_buttonBox_clicked" ID="VariablesFilterDialog.on_buttonBox_clicked"></a> @@ -154,13 +161,13 @@ </p> <dl> -<dt><i>lList</i></dt> +<dt><i>lList</i> (list of str)</dt> <dd> -local variables filter (list of int) +local variables filter </dd> -<dt><i>gList</i></dt> +<dt><i>gList</i> (list of str)</dt> <dd> -global variables filter (list of int) +global variables filter </dd> </dl> <div align="right"><a href="#top">Up</a></div>