diff -r f9925e08dbce -r 0d7f1c8cd219 src/eric7/QScintilla/QsciScintillaCompat.py --- a/src/eric7/QScintilla/QsciScintillaCompat.py Fri Jan 12 12:08:29 2024 +0100 +++ b/src/eric7/QScintilla/QsciScintillaCompat.py Sat Jan 13 12:57:48 2024 +0100 @@ -1939,7 +1939,7 @@ Public method to convert a point to line and index. @param point point to be converted - @type QPoin + @type QPoint @return tuple containing the line number and index number @rtype tuple of (int, int) """