--- a/src/eric7/EricXML/SpellCheckDictionariesReader.py Tue Dec 19 11:04:03 2023 +0100 +++ b/src/eric7/EricXML/SpellCheckDictionariesReader.py Tue Dec 19 19:57:08 2023 +0100 @@ -26,9 +26,11 @@ """ Constructor - @param data reference to the data array to read XML from (QByteArray) + @param data reference to the data array to read XML from + @type QByteArray @param entryCallback reference to a function to be called once the - data for a dictionary has been read (function) + data for a dictionary has been read + @type function """ XMLStreamReaderBase.__init__(self, data)