diff -r 36e9f388958b -r 30c81c9e88b8 Plugins/PluginEricdoc.py --- a/Plugins/PluginEricdoc.py Sat Oct 19 14:05:26 2013 +0200 +++ b/Plugins/PluginEricdoc.py Sat Oct 19 15:15:50 2013 +0200 @@ -30,8 +30,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 @@ -170,7 +170,7 @@ if self.__projectAct is not None: self.__projectAct.setEnabled( e5App().getObject("Project").getProjectLanguage() in - ["Python", "Python2", "Python3", "Ruby"]) + ["Python", "Python2", "Python3", "Ruby"]) def __doEricdoc(self): """