--- a/Plugins/PluginEricdoc.py Fri Nov 01 15:48:48 2013 +0100 +++ b/Plugins/PluginEricdoc.py Sun Nov 03 15:58:22 2013 +0100 @@ -32,8 +32,8 @@ packageName = "__core__" shortDescription = "Show the Ericdoc dialogs." longDescription = """This plugin implements the Ericdoc dialogs.""" \ - """ Ericdoc is used to generate a source code documentation""" \ - """ for Python and Ruby projects.""" + """ Ericdoc is used to generate a source code documentation""" \ + """ for Python and Ruby projects.""" pyqtApi = 2 # End-Of-Header @@ -171,8 +171,8 @@ if menuName == "Apidoc": if self.__projectAct is not None: self.__projectAct.setEnabled( - e5App().getObject("Project").getProjectLanguage() in \ - ["Python", "Python2", "Python3", "Ruby"]) + e5App().getObject("Project").getProjectLanguage() in + ["Python", "Python2", "Python3", "Ruby"]) def __doEricdoc(self): """