diff -r a8ba35ce81ad -r 2da0139f4f91 eric6/E5XML/HighlightingStylesReader.py --- a/eric6/E5XML/HighlightingStylesReader.py Thu Jan 28 16:36:29 2021 +0100 +++ b/eric6/E5XML/HighlightingStylesReader.py Thu Jan 28 18:29:00 2021 +0100 @@ -25,7 +25,8 @@ Constructor @param device reference to the I/O device to read from (QIODevice) - @param lexers list of lexer objects for which to export the styles + @param lexers dictionary of lexer objects for which to import the + styles """ XMLStreamReaderBase.__init__(self, device)