mailr23453 - /trunk/devel_scripts/code_validator


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on May 27, 2014 - 10:33:
Author: bugman
Date: Tue May 27 10:33:20 2014
New Revision: 23453

URL: http://svn.gna.org/viewcvs/relax?rev=23453&view=rev
Log:
Modified a printout in the 'devel_scripts/code_validator' script.

This is to clarify that the first method of a class does not need two 
preceding empty lines.


Modified:
    trunk/devel_scripts/code_validator

Modified: trunk/devel_scripts/code_validator
URL: 
http://svn.gna.org/viewcvs/relax/trunk/devel_scripts/code_validator?rev=23453&r1=23452&r2=23453&view=diff
==============================================================================
--- trunk/devel_scripts/code_validator  (original)
+++ trunk/devel_scripts/code_validator  Tue May 27 10:33:20 2014
@@ -558,7 +558,7 @@
         """Test for proper function spacing."""
 
         # Heading.
-        sys.stdout.write(self.indent + "Function spacing (2 preceding empty 
lines).\n")
+        sys.stdout.write(self.indent + "Function spacing (2 preceding empty 
lines).  Ignore for the first method in a class.\n")
 
         # Flags.
         ok = 1




Related Messages


Powered by MHonArc, Updated Tue May 27 12:00:03 2014