diff -r 6a8cb7632448 -r 70924c0bdaf1 Documentation/Source/eric5.UtilitiesPython2.Tabnanny.html --- a/Documentation/Source/eric5.UtilitiesPython2.Tabnanny.html Sun Oct 13 17:29:57 2013 +0200 +++ b/Documentation/Source/eric5.UtilitiesPython2.Tabnanny.html Sun Oct 13 17:44:48 2013 +0200 @@ -213,7 +213,8 @@ <h4>Whitespace.equal</h4> <b>equal</b>(<i>other</i>) <p> - Method to compare the indentation levels of two Whitespace objects for equality. + Method to compare the indentation levels of two Whitespace objects for + equality. </p><dl> <dt><i>other</i></dt> <dd> @@ -243,8 +244,8 @@ <h4>Whitespace.less</h4> <b>less</b>(<i>other</i>) <p> - Method to compare the indentation level against another Whitespace objects to - be smaller. + Method to compare the indentation level against another Whitespace + objects to be smaller. </p><dl> <dt><i>other</i></dt> <dd> @@ -311,7 +312,8 @@ <h2>check</h2> <b>check</b>(<i>filename, codestring</i>) <p> - Private function to check one Python source file for whitespace related problems. + Private function to check one Python source file for whitespace related + problems. </p><dl> <dt><i>filename</i></dt> <dd>