Plugins/PluginPep8Checker.py

changeset 2916
a8628dfdfe04
parent 2912
9ff696796092
child 2973
284c7f4bc875
child 3056
9986ec0e559a
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 = ""
 

eric ide

mercurial