mailr3140 - /1.3/data/mol_res_spin.py


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

Header


Content

Posted by edward on March 09, 2007 - 10:36:
Author: bugman
Date: Fri Mar  9 10:36:12 2007
New Revision: 3140

URL: http://svn.gna.org/viewcvs/relax?rev=3140&view=rev
Log:
Removed an extra newline character from the MoleculeContainer.__repr__() 
string.


Modified:
    1.3/data/mol_res_spin.py

Modified: 1.3/data/mol_res_spin.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/data/mol_res_spin.py?rev=3140&r1=3139&r2=3140&view=diff
==============================================================================
--- 1.3/data/mol_res_spin.py (original)
+++ 1.3/data/mol_res_spin.py Fri Mar  9 10:36:12 2007
@@ -147,7 +147,7 @@
         """
 
         # Intro.
-        text = "Class containing all the molecule specific data.\n\n"
+        text = "Class containing all the molecule specific data.\n"
 
         # Objects.
         text = text + "\n"




Related Messages


Powered by MHonArc, Updated Sat Mar 10 01:00:07 2007