--- a/src/eric7/WebBrowser/Sync/SyncHostTypePage.py Fri Dec 22 13:57:47 2023 +0100 +++ b/src/eric7/WebBrowser/Sync/SyncHostTypePage.py Fri Dec 22 17:24:07 2023 +0100 @@ -24,7 +24,8 @@ """ Constructor - @param parent reference to the parent widget (QWidget) + @param parent reference to the parent widget + @type QWidget """ super().__init__(parent) self.setupUi(self) @@ -40,7 +41,8 @@ """ Public method returning the ID of the next wizard page. - @return next wizard page ID (integer) + @return next wizard page ID + @rtype int """ # save the settings if self.ftpRadioButton.isChecked():