diff -r 6da6a0a5a448 -r 375c077ef7e2 eric6/Plugins/VcsPlugins/vcsMercurial/HgExtensionProjectHelper.py --- a/eric6/Plugins/VcsPlugins/vcsMercurial/HgExtensionProjectHelper.py Sat Aug 24 16:33:42 2019 +0200 +++ b/eric6/Plugins/VcsPlugins/vcsMercurial/HgExtensionProjectHelper.py Sat Aug 24 18:24:33 2019 +0200 @@ -66,7 +66,7 @@ Note: Derived class must implement this method. @param mainMenu reference to the main menu (QMenu) - @ireturn populated menu (QMenu) + @return populated menu (QMenu) @exception NotImplementedError raised if the class has not been reimplemented """ @@ -78,7 +78,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 """