src/eric7/Project/SpellingPropertiesDialog.py

branch
eric7
changeset 10430
e440aaf179ce
parent 9653
e67609152c5e
child 10439
21c28b0f9e41
--- a/src/eric7/Project/SpellingPropertiesDialog.py	Wed Dec 20 15:42:44 2023 +0100
+++ b/src/eric7/Project/SpellingPropertiesDialog.py	Wed Dec 20 19:28:22 2023 +0100
@@ -26,8 +26,11 @@
         Constructor
 
         @param project reference to the project object
+        @type Project
         @param new flag indicating the generation of a new project
-        @param parent parent widget of this dialog (QWidget)
+        @type str
+        @param parent parent widget of this dialog
+        @type QWidget
         """
         super().__init__(parent)
         self.setupUi(self)

eric ide

mercurial