mailr13492 - /branches/gui_testing/prompt/relax_data.py


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

Header


Content

Posted by edward on July 07, 2011 - 13:29:
Author: bugman
Date: Thu Jul  7 13:29:18 2011
New Revision: 13492

URL: http://svn.gna.org/viewcvs/relax?rev=13492&view=rev
Log:
Docstring fixes for the relax_data.read() user function.


Modified:
    branches/gui_testing/prompt/relax_data.py

Modified: branches/gui_testing/prompt/relax_data.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/prompt/relax_data.py?rev=13492&r1=13491&r2=13492&view=diff
==============================================================================
--- branches/gui_testing/prompt/relax_data.py (original)
+++ branches/gui_testing/prompt/relax_data.py Thu Jul  7 13:29:18 2011
@@ -244,8 +244,8 @@
     read._doc_title = "Read R1, R2, or NOE relaxation data from a file."
     read._doc_title_short = "Read relaxation data from file."
     read._doc_args = [
-        ["ri_id", "The relaxation data ID string."],
-        ["ri_type", "The relaxation data type, ie 'R1', 'R2', or 'NOE'."],
+        ["ri_id", "The relaxation data ID string.  This must be a unique 
identifier."],
+        ["ri_type", "The relaxation data type, i.e. 'R1', 'R2', or 'NOE'."],
         ["frq", "The spectrometer frequency in Hz."],
         ["file", "The name of the file containing the relaxation data."],
         ["dir", "The directory where the file is located."],




Related Messages


Powered by MHonArc, Updated Thu Jul 07 13:40:01 2011