py_ext/PythonEditor.py
changeset 1782 5b6ad7a7fd9d
parent 1740 b789b695b5c6
child 1881 091005ec69c4
--- a/py_ext/PythonEditor.py	Sat Aug 19 21:06:54 2017 +0300
+++ b/py_ext/PythonEditor.py	Mon Aug 21 21:55:18 2017 +0300
@@ -72,9 +72,9 @@
         self.StyleSetSpec(stc.STC_P_IDENTIFIER, 'fore:#000000,size:%(size)d' % faces)
 
 
-#-------------------------------------------------------------------------------
+# -------------------------------------------------------------------------------
 #                          CFileEditor Main Frame Class
-#-------------------------------------------------------------------------------
+# -------------------------------------------------------------------------------
 
 class PythonEditor(CodeFileEditor):