diff -r 11e9ed8ae18c -r 7508e44f4853 QScintilla/Lexers/LexerD.py --- a/QScintilla/Lexers/LexerD.py Thu Apr 01 09:38:39 2010 +0000 +++ b/QScintilla/Lexers/LexerD.py Fri Apr 02 13:57:06 2010 +0000 @@ -84,5 +84,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 QsciLexerD.keywords(self, kwSet)