Plugins/VcsPlugins/vcsMercurial/HgExtensionProjectHelper.py

changeset 3289
164cef18fd11
parent 3160
209a07d7e401
child 3315
bd1a25ead18d
--- a/Plugins/VcsPlugins/vcsMercurial/HgExtensionProjectHelper.py	Wed Feb 19 19:52:16 2014 +0100
+++ b/Plugins/VcsPlugins/vcsMercurial/HgExtensionProjectHelper.py	Thu Feb 20 19:09:31 2014 +0100
@@ -53,7 +53,7 @@
         Note: Derived class must implement this method.
         
         @exception NotImplementedError raised if the class has not been
-            reimplemente
+            reimplemented
         """
         raise NotImplementedError
     
@@ -66,7 +66,7 @@
         @param mainMenu reference to the main menu (QMenu)
         @ireturn populated menu (QMenu)
         @exception NotImplementedError raised if the class has not been
-            reimplemente
+            reimplemented
         """
         raise NotImplementedError
     
@@ -78,6 +78,6 @@
         
         @ireturn title of the menu (string)
         @exception NotImplementedError raised if the class has not been
-            reimplemente
+            reimplemented
         """
         raise NotImplementedError

eric ide

mercurial