--- a/QScintilla/Lexers/LexerProperties.py Fri Mar 11 08:55:14 2011 +0100 +++ b/QScintilla/Lexers/LexerProperties.py Fri Mar 11 16:51:57 2011 +0100 @@ -12,8 +12,9 @@ from .Lexer import Lexer import Preferences + class LexerProperties(QsciLexerProperties, Lexer): - """ + """ Subclass to implement some additional lexer dependant methods. """ def __init__(self, parent=None): @@ -53,7 +54,7 @@ """ Public method to get the default keywords. - @param kwSet number of the keyword set (integer) + @param kwSet number of the keyword set (integer) @return string giving the keywords (string) or None """ return QsciLexerProperties.keywords(self, kwSet)