Documentation/Source/eric5.UtilitiesPython2.Py2SyntaxChecker.html

changeset 915
c1e052773c08
parent 805
83ca4d1ff648
child 2367
78f6c8193d37
diff -r 01ae5102cd3d -r c1e052773c08 Documentation/Source/eric5.UtilitiesPython2.Py2SyntaxChecker.html
--- a/Documentation/Source/eric5.UtilitiesPython2.Py2SyntaxChecker.html	Sat Feb 26 14:26:59 2011 +0100
+++ b/Documentation/Source/eric5.UtilitiesPython2.Py2SyntaxChecker.html	Sat Feb 26 14:28:21 2011 +0100
@@ -59,10 +59,10 @@
 </dl><dl>
 <dt>Returns:</dt>
 <dd>
-A tuple indicating status (1 = an error was found), the
-        filename, the linenumber, the code string and the error message
-        (boolean, string, string, string, string). The values are only 
-        valid, if the status equals 1.
+A tuple indicating status (True = an error was found), the
+        file name, the line number, the index number, the code string
+        and the error message (boolean, string, string, string, string,
+        string). The values are only valid, if the status equals 1.
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>

eric ide

mercurial