src/eric7/QScintilla/SpellingDictionaryEditDialog.py

branch
eric7
changeset 10431
64157aeb0312
parent 9653
e67609152c5e
child 10439
21c28b0f9e41
--- 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(

eric ide

mercurial