diff -r c1f9e30c6219 -r 83ddb87b3bc1 eric6/QScintilla/MiniEditor.py --- a/eric6/QScintilla/MiniEditor.py Sat May 08 18:38:57 2021 +0200 +++ b/eric6/QScintilla/MiniEditor.py Sat May 08 19:47:48 2021 +0200 @@ -3060,7 +3060,7 @@ ) if toIndex == 0: toLine -= 1 - # Qscintilla seems to print one line more than told + # QScintilla seems to print one line more than told res = printer.printRange(self.__textEdit, fromLine, toLine - 1) else: res = printer.printRange(self.__textEdit)