mailr26108 - /trunk/lib/arg_check.py


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

Header


Content

Posted by edward on October 01, 2014 - 19:44:
Author: bugman
Date: Wed Oct  1 19:44:15 2014
New Revision: 26108

URL: http://svn.gna.org/viewcvs/relax?rev=26108&view=rev
Log:
Whitespace fixes for the lib.arg_check module.

Modified:
    trunk/lib/arg_check.py

Modified: trunk/lib/arg_check.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/lib/arg_check.py?rev=26108&r1=26107&r2=26108&view=diff
==============================================================================
--- trunk/lib/arg_check.py      (original)
+++ trunk/lib/arg_check.py      Wed Oct  1 19:44:15 2014
@@ -928,8 +928,7 @@
     @type can_be_none:              bool
     @keyword can_be_empty:          A flag which if True allows the list to 
be empty.
     @type can_be_empty:             bool
-    @keyword list_of_lists:         A flag which if True allows the argument 
to be a list of lists
-                                    of strings.
+    @keyword list_of_lists:         A flag which if True allows the argument 
to be a list of lists of strings.
     @type list_of_lists:            bool
     @keyword raise_error:           A flag which if True will cause 
RelaxErrors to be raised.
     @type raise_error:              bool
@@ -967,7 +966,6 @@
                 for j in range(len(arg[i])):
                     if not isinstance(arg[i][j], str):
                         fail = True
-
 
             # Simple list.
             else:




Related Messages


Powered by MHonArc, Updated Wed Oct 01 20:00:03 2014