diff -r 1b59c4ba121e -r 8cd4d08fa9f6 Documentation/Source/eric5.Templates.TemplatePropertiesDialog.html --- a/Documentation/Source/eric5.Templates.TemplatePropertiesDialog.html Fri Mar 11 08:55:14 2011 +0100 +++ b/Documentation/Source/eric5.Templates.TemplatePropertiesDialog.html Fri Mar 11 16:51:57 2011 +0100 @@ -72,7 +72,7 @@ </table> <a NAME="TemplatePropertiesDialog.__init__" ID="TemplatePropertiesDialog.__init__"></a> <h4>TemplatePropertiesDialog (Constructor)</h4> -<b>TemplatePropertiesDialog</b>(<i>parent, groupMode = False, itm = None</i>) +<b>TemplatePropertiesDialog</b>(<i>parent, groupMode=False, itm=None</i>) <p> Constructor </p><dl> @@ -96,7 +96,7 @@ <dt>Returns:</dt> <dd> a tuple of two strings (name, language), if the dialog is in group mode, - and a tuple of four strings (name, description, group name, template) + and a tuple of four strings (name, description, group name, template) otherwise. </dd> </dl><a NAME="TemplatePropertiesDialog.keyPressEvent" ID="TemplatePropertiesDialog.keyPressEvent"></a>