mailr13662 - /branches/gui_testing/prompt/spin.py


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

Header


Content

Posted by edward on July 15, 2011 - 19:52:
Author: bugman
Date: Fri Jul 15 19:52:52 2011
New Revision: 13662

URL: http://svn.gna.org/viewcvs/relax?rev=13662&view=rev
Log:
Fixes for the spin user function documentation.


Modified:
    branches/gui_testing/prompt/spin.py

Modified: branches/gui_testing/prompt/spin.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/prompt/spin.py?rev=13662&r1=13661&r2=13662&view=diff
==============================================================================
--- branches/gui_testing/prompt/spin.py (original)
+++ branches/gui_testing/prompt/spin.py Fri Jul 15 19:52:52 2011
@@ -140,7 +140,7 @@
         # The argument checks.
         arg_check.is_str(spin_name, 'spin name')
         arg_check.is_int(spin_num, 'spin number', can_be_none=True)
-        arg_check.is_str(res_id, 'residue identification string', 
can_be_none=True)
+        arg_check.is_str(res_id, 'residue ID string', can_be_none=True)
         arg_check.is_str_list(members, 'members')
         arg_check.is_str(averaging, 'positional averaging technique')
 
@@ -154,8 +154,7 @@
         ["spin_name", "The name of the pseudo-atom spin."],
         ["spin_num", "The spin number."],
         ["res_id", "The molecule and residue ID string identifying the 
position to add the pseudo-spin to."],
-        ["mol_id", "The molecule ID string identifying the molecule to add 
the pseudo-spin to."],
-        ["members", "A list of the atoms the pseudo-atom is composed of."],
+        ["members", "A list of the atoms (as spin ID strings) that the 
pseudo-atom is composed of."],
         ["averaging", "The positional averaging technique."]]
     create_pseudo._doc_desc = """
         This will create a spin data container representing a number of 
pre-existing spin containers as a pseudo-atom.  The optional spin number must 
not already exist.




Related Messages


Powered by MHonArc, Updated Fri Jul 15 20:00:02 2011