eric6/Plugins/VcsPlugins/vcsMercurial/HgExtensionProjectHelper.py

changeset 7165
375c077ef7e2
parent 6942
2602857055c5
child 7192
a22eee00b052
--- 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
         """

eric ide

mercurial