eric7/Plugins/PluginEricapi.py

branch
eric7
changeset 8366
2a9f5153c438
parent 8358
144a6b854f70
child 8881
54e42bc2437a
--- a/eric7/Plugins/PluginEricapi.py	Sun May 23 13:33:13 2021 +0200
+++ b/eric7/Plugins/PluginEricapi.py	Sun May 23 15:35:49 2021 +0200
@@ -127,7 +127,8 @@
         menu = ericApp().getObject("Project").getMenu("Apidoc")
         if menu:
             menu.removeAction(self.__projectAct)
-            ericApp().getObject("Project").removeEricActions([self.__projectAct])
+            ericApp().getObject("Project").removeEricActions(
+                [self.__projectAct])
         self.__initialize()
     
     def __projectShowMenu(self, menuName, menu):

eric ide

mercurial