--- a/src/eric7/Preferences/ConfigurationPages/PluginManagerPage.py Wed Dec 20 11:06:38 2023 +0100 +++ b/src/eric7/Preferences/ConfigurationPages/PluginManagerPage.py Wed Dec 20 14:58:58 2023 +0100 @@ -119,7 +119,8 @@ Private slot to set the read only status of the repository URL line edit. - @param checked state of the push button (boolean) + @param checked state of the push button + @type bool """ self.repositoryUrlEdit.setReadOnly(not checked) @@ -129,7 +130,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 = PluginManagerPage() return page