mailr3567 - /1.3/prompt/spin.py


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

Header


Content

Posted by edward on November 18, 2007 - 21:12:
Author: bugman
Date: Sun Nov 18 21:12:56 2007
New Revision: 3567

URL: http://svn.gna.org/viewcvs/relax?rev=3567&view=rev
Log:
Updated the identification string documentation for the spin user function 
class.


Modified:
    1.3/prompt/spin.py

Modified: 1.3/prompt/spin.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/prompt/spin.py?rev=3567&r1=3566&r2=3567&view=diff
==============================================================================
--- 1.3/prompt/spin.py (original)
+++ 1.3/prompt/spin.py Sun Nov 18 21:12:56 2007
@@ -322,8 +322,9 @@
     # Docstring modification.
     #########################
 
-    # Add the residue identification string description.
+    # Add the identification string description.
     copy.__doc__ = copy.__doc__ + "\n\n" + id_string_doc + "\n"
+    create.__doc__ = create.__doc__ + "\n\n" + id_string_doc + "\n"
     delete.__doc__ = delete.__doc__ + "\n\n" + id_string_doc + "\n"
     display.__doc__ = display.__doc__ + "\n\n" + id_string_doc + "\n"
     rename.__doc__ = rename.__doc__ + "\n\n" + id_string_doc + "\n"




Related Messages


Powered by MHonArc, Updated Sun Nov 18 21:20:13 2007