--- a/QScintilla/Lexers/LexerVHDL.py Thu Apr 01 09:38:39 2010 +0000 +++ b/QScintilla/Lexers/LexerVHDL.py Fri Apr 02 13:57:06 2010 +0000 @@ -61,5 +61,6 @@ Public method to get the default keywords. @param kwSet number of the keyword set (integer) + @return string giving the keywords (string) or None """ return QsciLexerVHDL.keywords(self, kwSet)