src/eric7/EricXML/SpellCheckDictionariesReader.py

branch
eric7
changeset 10423
299802979277
parent 9653
e67609152c5e
child 10439
21c28b0f9e41
--- 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)
 

eric ide

mercurial