eric6/Plugins/VcsPlugins/vcsMercurial/HgExtensionProjectBrowserHelper.py

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

eric ide

mercurial