diff -r 51f0d3e047ec -r fc5d68a6889e eric6/Documentation/Source/eric6.Utilities.MimeTypes.html --- a/eric6/Documentation/Source/eric6.Utilities.MimeTypes.html Sat Apr 10 16:13:07 2021 +0200 +++ b/eric6/Documentation/Source/eric6.Utilities.MimeTypes.html Sat Apr 10 16:13:22 2021 +0200 @@ -59,15 +59,21 @@ </p> <dl> -<dt><i>filename</i></dt> +<dt><i>filename</i> (str)</dt> <dd> -name of the file to be checked (string) +name of the file to be checked </dd> </dl> <dl> <dt>Return:</dt> <dd> -flag indicating an editable file (boolean) +flag indicating an editable file +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +bool </dd> </dl> <div align="right"><a href="#top">Up</a></div> @@ -82,15 +88,21 @@ </p> <dl> -<dt><i>filename</i></dt> +<dt><i>filename</i> (str)</dt> <dd> -name of the file to be checked (string) +name of the file to be checked </dd> </dl> <dl> <dt>Return:</dt> <dd> -mime type of the file (string) +mime type of the file +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +str </dd> </dl> <div align="right"><a href="#top">Up</a></div>