UtilitiesPython2/Pep8Checker.py

changeset 2965
d133c7edd88a
parent 2958
ed0a8d4304a8
diff -r 84b65fb9e780 -r d133c7edd88a UtilitiesPython2/Pep8Checker.py
--- a/UtilitiesPython2/Pep8Checker.py	Sun Sep 29 15:54:10 2013 +0200
+++ b/UtilitiesPython2/Pep8Checker.py	Sun Sep 29 18:22:08 2013 +0200
@@ -45,6 +45,7 @@
         @param code message code (string)
         @param check reference to the checker function (function)
         @param args arguments for the message (list)
+        @return error code (string)
         """
         code = super(Pep8Report, self).error_args(
             line_number, offset, code, check, *args)

eric ide

mercurial