QScintilla/Editor.py

changeset 4917
682750cc7bd5
parent 4891
d6e8171d2c02
child 5051
3586ebd9fac8
--- a/QScintilla/Editor.py	Sun Apr 03 16:33:37 2016 +0200
+++ b/QScintilla/Editor.py	Sun Apr 03 17:07:25 2016 +0200
@@ -5354,7 +5354,7 @@
         
         @return flag indicating this editor should be saved (boolean)
         """
-        return bool (self.fileName) and \
+        return bool(self.fileName) and \
             not self.autosaveManuallyDisabled and \
             not self.isReadOnly()
 

eric ide

mercurial