Documentation/Source/eric5.UtilitiesPython2.Tabnanny.html

changeset 2966
f85f686981ad
parent 2387
2d119e79ab54
child 3018
70924c0bdaf1
--- a/Documentation/Source/eric5.UtilitiesPython2.Tabnanny.html	Sun Sep 29 18:22:08 2013 +0200
+++ b/Documentation/Source/eric5.UtilitiesPython2.Tabnanny.html	Sun Sep 29 18:23:27 2013 +0200
@@ -48,7 +48,7 @@
 <table>
 <tr>
 <td><a href="#NannyNag">NannyNag</a></td>
-<td>Raised by tokeneater() if detecting an ambiguous indent.</td>
+<td>Class implementing an exception to indicate indentation issues.</td>
 </tr><tr>
 <td><a href="#Whitespace">Whitespace</a></td>
 <td>Class implementing the whitespace checker.</td>
@@ -71,6 +71,8 @@
 <a NAME="NannyNag" ID="NannyNag"></a>
 <h2>NannyNag</h2>
 <p>
+    Class implementing an exception to indicate indentation issues.
+</p><p>
     Raised by tokeneater() if detecting an ambiguous indent.
     Captured and handled in check().
 </p>
@@ -357,6 +359,11 @@
 <dd>
 list of tokens
 </dd>
+</dl><dl>
+<dt>Raises <b>NannyNag</b>:</dt>
+<dd>
+raised to indicate an indentation issue
+</dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>
 <hr />

eric ide

mercurial