--- a/src/eric7/Documentation/Source/eric7.SystemUtilities.PythonUtilities.html Wed Dec 20 19:28:22 2023 +0100 +++ b/src/eric7/Documentation/Source/eric7.SystemUtilities.PythonUtilities.html Thu Dec 21 12:03:40 2023 +0100 @@ -139,24 +139,29 @@ </p> <dl> -<dt><i>filename</i></dt> +<dt><i>filename</i> (str)</dt> <dd> -name of the file with extension (str) +name of the file with extension </dd> -<dt><i>source</i></dt> +<dt><i>source</i> (str)</dt> <dd> -of the file (str) +of the file </dd> -<dt><i>editor</i></dt> +<dt><i>editor</i> (Editor)</dt> <dd> -reference to the editor, if the file is opened - already (Editor object) +reference to the editor, if the file is opened already </dd> </dl> <dl> <dt>Return:</dt> <dd> -Python version if file is Python3 (int) +Python version if file is Python3 +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +int </dd> </dl> <div align="right"><a href="#top">Up</a></div> @@ -201,7 +206,13 @@ <dl> <dt>Return:</dt> <dd> -path to the Python library (string) +path to the Python library +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +str </dd> </dl> <div align="right"><a href="#top">Up</a></div> @@ -261,7 +272,13 @@ <dl> <dt>Return:</dt> <dd> -An integer representing major and minor version number (integer) +integer representing major and minor version number +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +int </dd> </dl> <div align="right"><a href="#top">Up</a></div>