diff -r e440aaf179ce -r 64157aeb0312 src/eric7/Documentation/Source/eric7.Templates.TemplateMultipleVariablesDialog.html --- a/src/eric7/Documentation/Source/eric7.Templates.TemplateMultipleVariablesDialog.html Wed Dec 20 19:28:22 2023 +0100 +++ b/src/eric7/Documentation/Source/eric7.Templates.TemplateMultipleVariablesDialog.html Thu Dec 21 12:03:40 2023 +0100 @@ -78,13 +78,13 @@ </p> <dl> -<dt><i>variables</i></dt> +<dt><i>variables</i> (list of str)</dt> <dd> -list of template variable names (list of strings) +list of template variable names </dd> -<dt><i>parent</i></dt> +<dt><i>parent</i> (QWidget)</dt> <dd> -parent widget of this dialog (QWidget) +parent widget of this dialog </dd> </dl> <a NAME="TemplateMultipleVariablesDialog.getVariables" ID="TemplateMultipleVariablesDialog.getVariables"></a> @@ -97,7 +97,13 @@ <dl> <dt>Return:</dt> <dd> -dictionary with the variable as a key and its value (string) +dictionary with the variable as a key and its value +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +str </dd> </dl> <div align="right"><a href="#top">Up</a></div>