Documentation/Source/eric5.Utilities.py2flakes.messages.html

branch
Py2 comp.
changeset 3066
76a310bc7bba
parent 2571
e6bb19eb87ea
--- a/Documentation/Source/eric5.Utilities.py2flakes.messages.html	Tue Nov 05 22:23:38 2013 +0100
+++ b/Documentation/Source/eric5.Utilities.py2flakes.messages.html	Wed Nov 06 19:50:24 2013 +0100
@@ -20,7 +20,9 @@
 </head>
 <body><a NAME="top" ID="top"></a>
 <h1>eric5.Utilities.py2flakes.messages</h1>
-
+<p>
+Module implementing the messages for py2flakes.
+</p>
 <h3>Global Attributes</h3>
 <table>
 <tr><td>None</td></tr>
@@ -47,7 +49,7 @@
 <td>Class defining the "Redefined" message.</td>
 </tr><tr>
 <td><a href="#RedefinedInListComp">RedefinedInListComp</a></td>
-<td></td>
+<td>Class defining the list comprehension redefinition.</td>
 </tr><tr>
 <td><a href="#RedefinedWhileUnused">RedefinedWhileUnused</a></td>
 <td>Class defining the "Redefined While Unused" message.</td>
@@ -378,7 +380,9 @@
 <hr /><hr />
 <a NAME="RedefinedInListComp" ID="RedefinedInListComp"></a>
 <h2>RedefinedInListComp</h2>
-
+<p>
+    Class defining the list comprehension redefinition.
+</p>
 <h3>Derived from</h3>
 Message
 <h3>Class Attributes</h3>
@@ -694,9 +698,9 @@
 </dd><dt><i>lineno</i></dt>
 <dd>
 line number (integer)
-</dd><dt><i>name</i></dt>
+</dd><dt><i>names</i></dt>
 <dd>
-name of the unused variable (string)
+names of the unused variable (string)
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>

eric ide

mercurial