--- a/src/eric7/PluginManager/PluginDetailsDialog.py Wed Dec 20 11:06:38 2023 +0100 +++ b/src/eric7/PluginManager/PluginDetailsDialog.py Wed Dec 20 14:58:58 2023 +0100 @@ -23,7 +23,9 @@ Constructor @param details dictionary containing the info to be displayed - @param parent parent of this dialog (QWidget) + @type dict + @param parent parent of this dialog + @type QWidget """ super().__init__(parent) self.setupUi(self)