--- a/eric6/Plugins/VcsPlugins/vcsMercurial/HgExtensionProjectBrowserHelper.py Sat Aug 24 16:33:42 2019 +0200 +++ b/eric6/Plugins/VcsPlugins/vcsMercurial/HgExtensionProjectBrowserHelper.py Sat Aug 24 18:24:33 2019 +0200 @@ -41,7 +41,7 @@ Note: Derived class must implement this method. - @ireturn dictionary of populated menu (dict of QMenu). The dict + @return dictionary of populated menu (dict of QMenu). The dict must have the keys 'mainMenu', 'multiMenu', 'backMenu', 'dirMenu' and 'dirMultiMenu'. @exception NotImplementedError raised if the class has not been @@ -55,7 +55,7 @@ Note: Derived class must implement this method. - @ireturn title of the menu (string) + @return title of the menu (string) @exception NotImplementedError raised if the class has not been reimplemented """