QScintilla/Exporters/ExporterTEX.py

changeset 3034
7ce719013078
parent 3020
542e97d4ecb3
child 3039
8dd0165d805d
--- a/QScintilla/Exporters/ExporterTEX.py	Sat Oct 19 12:28:12 2013 +0200
+++ b/QScintilla/Exporters/ExporterTEX.py	Sat Oct 19 13:03:39 2013 +0200
@@ -171,7 +171,7 @@
                 if lex:
                     istyle = 0
                     while istyle <= QsciScintilla.STYLE_MAX:
-                        if (istyle <= QsciScintilla.STYLE_DEFAULT or \
+                        if (istyle <= QsciScintilla.STYLE_DEFAULT or
                             istyle > QsciScintilla.STYLE_LASTPREDEFINED) and \
                            styleIsUsed[istyle]:
                             if lex.description(istyle) or \
@@ -272,7 +272,7 @@
                     self.trUtf8("Export source"),
                     self.trUtf8(
                         """<p>The source could not be exported to"""
-                        """ <b>{0}</b>.</p><p>Reason: {1}</p>""")\
+                        """ <b>{0}</b>.</p><p>Reason: {1}</p>""")
                         .format(filename, str(err)))
         finally:
             QApplication.restoreOverrideCursor()

eric ide

mercurial