--- a/src/eric7/QScintilla/SpellingDictionaryEditDialog.py Wed Dec 20 19:28:22 2023 +0100 +++ b/src/eric7/QScintilla/SpellingDictionaryEditDialog.py Thu Dec 21 12:03:40 2023 +0100 @@ -25,9 +25,12 @@ """ Constructor - @param data contents to be edited (string) - @param info info string to show at the header (string) - @param parent reference to the parent widget (QWidget) + @param data contents to be edited + @type str + @param info info string to show at the header + @type str + @param parent reference to the parent widget + @type QWidget """ super().__init__(parent) self.setupUi(self) @@ -61,7 +64,8 @@ """ Public method to get the data. - @return data of the dialog (string) + @return data of the dialog + @rtype str """ return ( os.linesep.join(