c_ext/CFileEditor.py
changeset 1782 5b6ad7a7fd9d
parent 1768 691083b5682a
child 1881 091005ec69c4
--- a/c_ext/CFileEditor.py	Sat Aug 19 21:06:54 2017 +0300
+++ b/c_ext/CFileEditor.py	Mon Aug 21 21:55:18 2017 +0300
@@ -54,12 +54,11 @@
         self.StyleSetSpec(stc.STC_C_OPERATOR, 'bold,size:%(size)d' % faces)
         self.StyleSetSpec(stc.STC_C_STRINGEOL, 'back:#FFD5FF,size:%(size)d' % faces)
 
-#-------------------------------------------------------------------------------
-#                          CFileEditor Main Frame Class
-#-------------------------------------------------------------------------------
-
 
 class CFileEditor(CodeFileEditor):
+    """
+    CFileEditor Main Frame Class
+    """
 
     CONFNODEEDITOR_TABS = [
         (_("C code"), "_create_CodePanel")]