eric6/QScintilla/MiniEditor.py

changeset 8298
83ddb87b3bc1
parent 8260
2161475d9639
child 8400
b3eefd7e58d1
--- 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)

eric ide

mercurial