--- a/src/eric7/Plugins/VcsPlugins/vcsMercurial/RebaseExtension/ProjectHelper.py Fri Dec 22 19:45:17 2023 +0100 +++ b/src/eric7/Plugins/VcsPlugins/vcsMercurial/RebaseExtension/ProjectHelper.py Sat Dec 23 15:40:23 2023 +0100 @@ -92,8 +92,10 @@ """ Public method to generate the extension menu. - @param mainMenu reference to the main menu (QMenu) - @return populated menu (QMenu) + @param mainMenu reference to the main menu + @type QMenu + @return populated menu + @rtype QMenu """ menu = QMenu(self.menuTitle(), mainMenu) menu.setIcon(EricPixmapCache.getIcon("vcsRebase")) @@ -109,7 +111,8 @@ """ Public method to get the menu title. - @return title of the menu (string) + @return title of the menu + @rtype str """ return self.tr("Rebase")