diff -r 3733e2b23cf7 -r a071d4065202 src/eric7/Preferences/ConfigurationPages/EditorGeneralPage.py --- 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