Plugins/PluginCodeStyleChecker.py

changeset 3670
f0cb7579c0b4
parent 3656
441956d8fce5
child 3677
a53cf139293f
--- a/Plugins/PluginCodeStyleChecker.py	Sat Jul 05 11:41:14 2014 +0200
+++ b/Plugins/PluginCodeStyleChecker.py	Sat Jul 05 12:13:23 2014 +0200
@@ -34,7 +34,7 @@
     """ files for compliance to the code style conventions given in PEP-8.""" \
     """ A PEP-257 checker is used to check Python source files for""" \
     """ compliance to docstring conventions given in PEP-257 and an""" \
-    """ eric5 variant is used to check against eric conventions."""
+    """ eric6 variant is used to check against eric conventions."""
 pyqtApi = 2
 python2Compatible = True
 # End-Of-Header

eric ide

mercurial