--- a/eric6/Documentation/Source/eric6.QScintilla.Editor.html Sun May 31 17:26:46 2020 +0200 +++ b/eric6/Documentation/Source/eric6.QScintilla.Editor.html Sat Jul 04 11:45:34 2020 +0200 @@ -434,7 +434,7 @@ </tr> <tr> <td><a href="#Editor.__getPyVersion">__getPyVersion</a></td> -<td>Private method to return the Python main version (2 or 3) or 0 if it's not a Python file at all.</td> +<td>Private method to return the Python main version or 0 if it's not a Python file at all.</td> </tr> <tr> <td><a href="#Editor.__getSaveFileName">__getSaveFileName</a></td> @@ -2549,13 +2549,13 @@ <b>__getPyVersion</b>(<i></i>) <p> - Private method to return the Python main version (2 or 3) or 0 if it's + Private method to return the Python main version or 0 if it's not a Python file at all. </p> <dl> <dt>Returns:</dt> <dd> -Python version (2 or 3) or 0 if it's not a Python file (int) +Python version or 0 if it's not a Python file (int) </dd> </dl> <a NAME="Editor.__getSaveFileName" ID="Editor.__getSaveFileName"></a> @@ -5569,7 +5569,13 @@ <dl> <dt>Returns:</dt> <dd> -flag indicating a Python2 file (boolean) +flag reporting always False +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +bool </dd> </dl> <a NAME="Editor.isPy3File" ID="Editor.isPy3File"></a> @@ -5595,7 +5601,7 @@ <dl> <dt>Returns:</dt> <dd> -flag indicating a Python (2 or 3) file (boolean) +flag indicating a Python3 file (boolean) </dd> </dl> <a NAME="Editor.isRubyFile" ID="Editor.isRubyFile"></a>