mailr19351 - /trunk/lib/software/xeasy.py


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

Header


Content

Posted by edward on April 04, 2013 - 12:39:
Author: bugman
Date: Thu Apr  4 12:39:55 2013
New Revision: 19351

URL: http://svn.gna.org/viewcvs/relax?rev=19351&view=rev
Log:
Docstring fix for the lib.software.xeasy.read_list_intensity() function.


Modified:
    trunk/lib/software/xeasy.py

Modified: trunk/lib/software/xeasy.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/lib/software/xeasy.py?rev=19351&r1=19350&r2=19351&view=diff
==============================================================================
--- trunk/lib/software/xeasy.py (original)
+++ trunk/lib/software/xeasy.py Thu Apr  4 12:39:55 2013
@@ -44,8 +44,8 @@
     @keyword int_col:   The column containing the peak intensity data (for a 
non-standard formatted file).
     @type int_col:      int
     @raises RelaxError: When the expected peak intensity is not a float.
-    @return:            The extracted data as a list of lists.  The first 
dimension corresponds to the spin.  The second dimension consists of the 
proton name, heteronucleus name, spin ID string, the intensity value, and the 
original line of text.
-    @rtype:             list of lists of str, str, str, float, str
+    @return:            The extracted data as a list of lists.  The first 
dimension corresponds to the spin.  The second dimension consists of the 
proton name, heteronucleus name, residue number, the intensity value, and the 
original line of text.
+    @rtype:             list of lists of str, str, int, float, str
     """
 
     # The columns.




Related Messages


Powered by MHonArc, Updated Thu Apr 04 13:00:02 2013