py_ext/PythonEditor.py
changeset 1110 b6e252733c64
parent 1097 233681f2a00e
child 1138 cf2a6a7c87e8
--- a/py_ext/PythonEditor.py	Thu May 09 23:38:54 2013 +0200
+++ b/py_ext/PythonEditor.py	Fri May 10 09:43:40 2013 +0200
@@ -7,7 +7,7 @@
 class PythonCodeEditor(CodeEditor):
 
     KEYWORDS = keyword.kwlist
-    COMMENT_HEADER = "##"
+    COMMENT_HEADER = "#"
     
     def SetCodeLexer(self):
         self.SetLexer(stc.STC_LEX_PYTHON)