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:
_______________________________________________
relax (http://www.nmr-relax.com)
This is the relax-commits mailing list
[email protected]
To unsubscribe from this list, get a password
reminder, or change your subscription options,
visit the list information page at
https://mail.gna.org/listinfo/relax-commits