src/eric7/Preferences/ConfigurationPages/EmailPage.py

branch
eric7
changeset 10428
a071d4065202
parent 10331
c1a2ff7e3575
child 10439
21c28b0f9e41
diff -r 3733e2b23cf7 -r a071d4065202 src/eric7/Preferences/ConfigurationPages/EmailPage.py
--- a/src/eric7/Preferences/ConfigurationPages/EmailPage.py	Wed Dec 20 11:06:38 2023 +0100
+++ b/src/eric7/Preferences/ConfigurationPages/EmailPage.py	Wed Dec 20 14:58:58 2023 +0100
@@ -153,7 +153,8 @@
         Private slot to handle a change of the state of the authentication
         group.
 
-        @param checked state of the group (boolean)
+        @param checked state of the group
+        @type bool
         """
         self.__updateTestButton()
 
@@ -162,7 +163,8 @@
         """
         Private slot to handle a change of the text of the user edit.
 
-        @param txt current text of the edit (string)
+        @param txt current text of the edit
+        @type str
         """
         self.__updateTestButton()
 
@@ -171,7 +173,8 @@
         """
         Private slot to handle a change of the text of the user edit.
 
-        @param txt current text of the edit (string)
+        @param txt current text of the edit
+        @type str
         """
         self.__updateTestButton()
 
@@ -314,7 +317,9 @@
     Module function to create the configuration page.
 
     @param dlg reference to the configuration dialog
-    @return reference to the instantiated page (ConfigurationPageBase)
+    @type ConfigurationDialog
+    @return reference to the instantiated page
+    @rtype ConfigurationPageBase
     """
     page = EmailPage()
     return page

eric ide

mercurial