eric6/QScintilla/Editor.py

changeset 8298
83ddb87b3bc1
parent 8277
ea734702ae94
child 8400
b3eefd7e58d1
child 8470
7a2678e25528
diff -r c1f9e30c6219 -r 83ddb87b3bc1 eric6/QScintilla/Editor.py
--- a/eric6/QScintilla/Editor.py	Sat May 08 18:38:57 2021 +0200
+++ b/eric6/QScintilla/Editor.py	Sat May 08 19:47:48 2021 +0200
@@ -2723,7 +2723,7 @@
                 fromLine, fromIndex, toLine, toIndex = self.getSelection()
                 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, fromLine, toLine - 1)
             else:
                 res = printer.printRange(self)

eric ide

mercurial