mailr3402 - /1.3/prompt/residue.py


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

Header


Content

Posted by edward on November 04, 2007 - 13:51:
Author: bugman
Date: Sun Nov  4 13:51:37 2007
New Revision: 3402

URL: http://svn.gna.org/viewcvs/relax?rev=3402&view=rev
Log:
Updated the docstring modifications of the 'residue' user function class.


Modified:
    1.3/prompt/residue.py

Modified: 1.3/prompt/residue.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/prompt/residue.py?rev=3402&r1=3401&r2=3402&view=diff
==============================================================================
--- 1.3/prompt/residue.py (original)
+++ 1.3/prompt/residue.py Sun Nov  4 13:51:37 2007
@@ -225,8 +225,6 @@
     # Docstring modification.
     #########################
 
-    # Indent the identification string documentation.
-    #id_string_doc = replace(id_string_doc, '\n', '\n' + 8*' ')
-
-    # Delete function.
+    # Add the residue identification string description.
+    copy.__doc__ = copy.__doc__ + "\n\n" + id_string_doc + "\n"
     delete.__doc__ = delete.__doc__ + "\n\n" + id_string_doc + "\n"




Related Messages


Powered by MHonArc, Updated Sun Nov 04 14:00:18 2007