diff -r befeff46ec0f -r 18292228c724 QScintilla/Lexers/Lexer.py --- a/QScintilla/Lexers/Lexer.py Sat Oct 12 18:25:29 2013 +0200 +++ b/QScintilla/Lexers/Lexer.py Sun Oct 13 12:21:37 2013 +0200 @@ -53,7 +53,8 @@ def canBlockComment(self): """ - Public method to determine, whether the lexer language supports a block comment. + Public method to determine, whether the lexer language supports a + block comment. @return flag (boolean) """ @@ -69,7 +70,8 @@ def canStreamComment(self): """ - Public method to determine, whether the lexer language supports a stream comment. + Public method to determine, whether the lexer language supports a + stream comment. @return flag (boolean) """ @@ -87,7 +89,8 @@ def canBoxComment(self): """ - Public method to determine, whether the lexer language supports a box comment. + Public method to determine, whether the lexer language supports a + box comment. @return flag (boolean) """