diff -r 9117c08e4707 -r dc7f25f2f7e4 src/eric7/Documentation/Source/eric7.QScintilla.Editor.html --- a/src/eric7/Documentation/Source/eric7.QScintilla.Editor.html Tue Jul 09 14:09:40 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.QScintilla.Editor.html Tue Jul 09 17:20:18 2024 +0200 @@ -462,10 +462,6 @@ <td>Private method to get an override value for the current file type.</td> </tr> <tr> -<td><a href="#Editor.__getPyVersion">__getPyVersion</a></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> <td>Private method to get the name of the file to be saved.</td> </tr> @@ -2799,26 +2795,6 @@ Any </dd> </dl> -<a NAME="Editor.__getPyVersion" ID="Editor.__getPyVersion"></a> -<h4>Editor.__getPyVersion</h4> -<b>__getPyVersion</b>(<i></i>) -<p> - Private method to return the Python main version or 0 if it's - not a Python file at all. -</p> - -<dl> -<dt>Return:</dt> -<dd> -Python version or 0 if it's not a Python file -</dd> -</dl> -<dl> -<dt>Return Type:</dt> -<dd> -int -</dd> -</dl> <a NAME="Editor.__getSaveFileName" ID="Editor.__getSaveFileName"></a> <h4>Editor.__getSaveFileName</h4> <b>__getSaveFileName</b>(<i>path=None, remote=False</i>)