diff -r bdb0258faf42 -r 139bd30c52c2 eric6/QScintilla/Lexers/LexerPygments.py --- a/eric6/QScintilla/Lexers/LexerPygments.py Mon Mar 22 19:22:11 2021 +0100 +++ b/eric6/QScintilla/Lexers/LexerPygments.py Mon Mar 22 19:31:18 2021 +0100 @@ -315,7 +315,7 @@ PYGMENTS_BACKTICKSTRING: True, } - def readSettings(self, qs, prefix="/Scintilla" ): + def readSettings(self, qs, prefix="/Scintilla"): """ Public method to read the lexer settings.