diff -r 9da653363d07 -r a8628dfdfe04 Plugins/PluginPep8Checker.py --- a/Plugins/PluginPep8Checker.py Sun Sep 15 19:55:39 2013 +0200 +++ b/Plugins/PluginPep8Checker.py Mon Sep 16 19:12:49 2013 +0200 @@ -27,12 +27,13 @@ packageName = "__core__" shortDescription = "Show the Python Code Style Checker dialog." longDescription = """This plugin implements the Python Code Style""" \ - """ Checker dialog. PEP-8 Checker is used to check Python source""" \ - """ files for compliance to the code style conventions given in PEP-8.""" + """ Checker dialog. PEP-8 checker is used to check Python source""" \ + """ files for compliance to the code style conventions given in PEP-8.""" \ + """ PEP-257 checker is used to check Python source files for""" \ + """ compliance to docstring conventions given in PEP-257.""" pyqtApi = 2 # End-Of-Header -# TODO: modify long description for doc style checking (PEP-257) error = ""