diff -r cde9bde830ea -r 2a9f5153c438 eric7/Plugins/PluginEricapi.py --- 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):