diff -r ce4c3c401482 -r 8cacde11f4fd eric7/QScintilla/Lexers/LexerQSS.py --- a/eric7/QScintilla/Lexers/LexerQSS.py Mon Sep 27 16:41:31 2021 +0200 +++ b/eric7/QScintilla/Lexers/LexerQSS.py Mon Sep 27 16:44:54 2021 +0200 @@ -177,6 +177,6 @@ Public method to return the lexer type. @return lexer type - @type str + @rtype str """ return "qss"