src/eric7/Preferences/ConfigurationPages/EditorGeneralPage.py

branch
eric7
changeset 10428
a071d4065202
parent 10257
904c71a0e37f
child 10439
21c28b0f9e41
--- a/src/eric7/Preferences/ConfigurationPages/EditorGeneralPage.py	Wed Dec 20 11:06:38 2023 +0100
+++ b/src/eric7/Preferences/ConfigurationPages/EditorGeneralPage.py	Wed Dec 20 14:58:58 2023 +0100
@@ -181,7 +181,8 @@
         """
         Private slot used to set the tab conversion check box.
 
-        @param checked flag received from the signal (boolean)
+        @param checked flag received from the signal
+        @type bool
         """
         if checked and self.converttabsCheckBox.isChecked():
             self.converttabsCheckBox.setChecked(not checked)
@@ -314,7 +315,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 = EditorGeneralPage()
     return page

eric ide

mercurial